Situation: my issue is quite straightforward.
The class input-test
is being applied to multiple rows.
This class should only be applied once in the row I am editing. Currently, when I click on multiple rows to edit, the class input-test
is applied, which should not happen.
To Test:
Click on the edit button in table 1
JSFiddle: http://jsfiddle.net/f7debwj2/56/
JQuery:
$(document).ready(function() {
// jQuery code goes here
});