Quantcast
Channel: User Walter Rumsby - Stack Overflow
Viewing all articles
Browse latest Browse all 39

Answer by Walter Rumsby for How can I normalise a JavaScript object to a DOM element with YUI3?

$
0
0

To support the same signature as YAHOO.util.Dom.get you could do something like this:

var getNode = function(el) {    return Y.one('#'+ el) || new Y.Node(el);};

Here's an example of the function above in use.


Viewing all articles
Browse latest Browse all 39

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>