[jQuery] Re: Increment Value. What am I doing wrong?

2009-02-11 Thread ruizbennett
$index = $('#Index'); $val = parseInt($index.val()); $val--; $val should be the number you want.

[jQuery] Re: Increment Value. What am I doing wrong?

2009-02-11 Thread ruizbennett
$index = $('#Index'); $val = parseInt($index.val()); $val--; Use $val On Feb 11, 9:37 am, shapper mdmo...@gmail.com wrote: You mean the following:         $index = $('#Index');         parseInt($index.val())--; This still gives me the same error. Could someone, please, tell me how to

[jQuery] Re: jQuery Firefox bug.

2008-02-22 Thread ruizbennett
If you remove the href (which has the postback), it will work in firefox.