$index = $('#Index');
$val = parseInt($index.val());
$val--;
$val should be the number you want.

Reply via email to