[jQuery] Re: Increment Value. What am I doing wrong?
$index = $('#Index'); $val = parseInt($index.val()); $val--; Use $val On Feb 11, 9:37 am, shapper wrote: > You mean the following: > > $index = $('#Index'); > parseInt($index.val())--; > > This still gives me the same error. > > Could someone, please, tell me how to do this? >
[jQuery] Re: Increment Value. What am I doing wrong?
$index = $('#Index'); $val = parseInt($index.val()); $val--; $val should be the number you want.
[jQuery] Re: jQuery & Firefox bug.
If you remove the href (which has the postback), it will work in firefox.