Forums

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

Home Forums JavaScript help with jquery Re: help with jquery

#50011
joebob
Member

Looks like you are trying to get the value of a form element that has an id. I would probably just load that into a normal javascript variable with getElementById then use that variable. Not sure if that fixes anything.