Page is a not externally linkable
sssweb - 2:49 pm on Feb 2, 2012 (gmt 0)
Is there any conflict between generic javascript and the jQuery (document).ready function call?
I'm trying to neaten up my code by combining all javascript & jQuery into one (document).ready function, but js scripts that worked fine before don't fire the new way. Is it best to keep js out of doc.ready if there's no jQuery?