2 document.ready calls
2 document.ready calls
I have a web page that I need to do some jquery and it has to call when the page loads in the document.ready() call, however, the page is also referencing a JS file that has JQuery and a document.ready() call in it. How can I get the document.ready() call to work on page and not error out on the other document.ready() call in the referenced JS file?