Both of the below functions (which are identical except for when they should run) are in $(document).ready. The .live version works as expected, hiding 2 divs when the selector is checked and showing
In FireFox I 开发者_如何转开发have this jQuery at the end of the body: $(document).ready(function() {
With which w开发者_如何学Pythonill function(){} fire first? A) window.addEvent(\'domready\', function(){});