Let's say I am creating a set of code snippets that end users will have the ability to place in various locations throughout a site. I'd like to keep all the code for a specific snippet in a single file. But if several of those snippets use jquery, that means I'll potentially have several $(document).ready()'s in a single page. Is that bad? Or does it not matter...
Thanks, Jason -- View this message in context: http://www.nabble.com/Multiple-%24%28document%29.ready%28%29%27s...-tf2122871.html#a5856114 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
