07-13-2008, 05:48 AM
|
#1 (permalink)
|
|
The Acquainted
Join Date: May 2008
Posts: 175
Thanks: 9
|
jQuery and firefox checkboxes??
Hey all,
First i would like to say that I have been playing with jQuery and I am throughout impressed. Lotsa fun stuff with it.
For those that have used it, I am having some trouble with firefox and its annoying ability to remember the 'state' of what was selected, checked, inputed, entered etc on the form prior to a page refresh.
I have some events that fire off based on a checkbox selection (opens a few divs). However, if the user hits refresh in firefox, it remembers it being checked, and thus on the next page load will have it checked, but alas no open divs.
I tried binding the function to the load and ready event handlers but no go on that one. I guess the question is, how do I execute my event handlers on page load as well? I am out of ideas on this one. I thought load would take care of it, but no cigar on that one.
Thoughts, ideas, or suggestions?
__________________
There are No Stupid Questions. But there a LOT of Inquisitive Idiots.
|
|
|