/ Published in: JavaScript
Expand |
Embed | Plain Text
var R = { layout : { findById : function(string){ return document.getElementById(string); } } }; /* Example */ var Element; Element = R.layout.findById('text');
You need to login to post a comment.
