Anthony Pipkin![]()
This feature is now available in the YUI3 core.
Allows you to load asynchronous content into the plugged node.
Very basic setup on how to load content into the plugged node.
<script src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js"></script> <div id="load-here"></div>
<script>
YUI({
//Last Gallery Build of this module
gallery: 'gallery-2010.09.08-19-45'
}).use('gallery-plugin-node-io', function(Y){
var n = Y.one('#load-here');
n.plug(Y.Plugin.NodeIo);
n.io.load('sleeper.php');
});
</script>No forum posts for this module.
© 2006-2011 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