I am using a grider.js API which helps to create a table view where I can addRow and deleteRow from the table. For this there are two methods addRow
and deleteRow
are used. Both these methods use .live() to perform click
action. So, as now after 1.7 version jQuery doesn't support .live(), I replaced them with .on() as shown in the following screenshot? I am not getting any error in the console but click action is not working. Can you sugesst what am I doing wrong?
Grider API used is from the following Github URL