[jQuery] premature ready

2009-01-17 Thread Jonathan Lundell
Well, maybe In my first use of jQuery, I attached a visibility toggle function, via document ready, to a button (button by id, toggling by class), and got very erratic results. Typically, the toggle didn't work on first load of the document, but tended to work if the document was reload

[jQuery] premature ready?

2009-01-17 Thread JLundell
Well, maybe In my first use of jQuery, I attached a visibility toggle function, via document ready, to a button (button by id, toggling by class), and got very erratic results. Typically, the toggle didn't work on first load of the document, but tended to work if the document was reloaded fro