Jeff Craig![]()
A collection of extensions to Y.NodeList. Please see the 'Docs' link below for an up-to-date description of what's in the module.
<script src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2011.03.16-21-24'
}).use('gallery-nodelist-extras', function(Y) {
Y.all('select option').filter(function(node) {
return Y.Lang.isNumber(+node.get('value'));
});
});No forum posts for this module.
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info