You probably need next()
$(this).next().val();
If you want the next value of what inputbox have then you can add 1
nextVal = $(this).val() + 1;
3
solved how to get the next value of $(this) [closed]
You probably need next()
$(this).next().val();
If you want the next value of what inputbox have then you can add 1
nextVal = $(this).val() + 1;
3
solved how to get the next value of $(this) [closed]