Home › Forums › JavaScript › Help with Sliding Form Jquery Technique › Re: Help with Sliding Form Jquery Technique
September 17, 2009 at 1:13 pm
#64294
Participant
what is with this line
if ($(‘#departure:checked’).val() == ‘on’)
I understand what you are trying to do, what I don’t get is the value ‘on’. Usually something like this is either a ‘1’ for on or ‘true’ Is on defined in your script? or is this a function I have never seen before?