
October 7th, 2012, 10:33 AM
|
|
|
|
More than one $(document).ready(function($) {
Hi, I was wondering if one can use multiple javascripts each beginning with the function:
Code:
$(document).ready(function($) {
Can you only have one of these on a page? I'm importing different scripts and they each have " $document).ready(function($) {" etc. at the beginning.
Or do I have to put all the code within on script, beginning with" jQuery(document).ready(function($) {"
thanks 
|