Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Help with Sliding Form Jquery Technique Re: Help with Sliding Form Jquery Technique

#64294
cybershot
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?