Tagged Questions
0
votes
1answer
96 views
jquery hiding works in .live and fails in .ready
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 ...