jQuery help
jQuery help
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- 3030
fire up the plugin in window load method
$(window).load(function(){
//call the plugin here
});
fire up the plugin in window load method
$(window).load(function(){
//call the plugin here
});