201 views
Call a javascript function when jQuery is downloaded and ready
Javascript
- <script type="text/javascript" charset="utf-8">
- (function(){
- yourFunction();
- })(jQuery)
- </script>
Submitted by miguelSantirso 2 months ago — last modified less than a minute ago