jQuery doesnt work on 1.7.2 version

Hello, i need to move table row to another table and back if needed (and at the end save changes on database).
I found this cool script http://jsfiddle.net/mohamedyousef1980/wGGDb/78/ but found out it works only on
1.7.2 jQuery and no other!

As i do not know good even one version i would like to ask, what should i change to work on others?

If you change line 3 of the JavaScript code to read

   if( $(this).is(':checked')){

that seems to make it work on a later version. I tested it with 3.2.1 and 3.1.1

1 Like

Woow such an easy fix :frowning:

Thanks allot!

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.