[Solved] how to get the next value of $(this) [closed]

[ad_1]

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

[ad_2]

solved how to get the next value of $(this) [closed]