Do not use jQuery’s live()
Hey, here’s a quick post, because I’m going through some old code and am in the process of refactoring and updating a lot of Javascript.…
Reporting live from Germany and such!
Hey, here’s a quick post, because I’m going through some old code and am in the process of refactoring and updating a lot of Javascript.…
Here’s a short one: $(document).ready(function() { // or its shorter $(function() { }); // I’ll wait for the DOM to load }); is not the…