I found out how to compare 2 JQuery object : juste add [0] at the end
of the JQ object
ex : $('div.block01')[0] == $('div.block02')[0]Worked great for me Bye Sébastien
I found out how to compare 2 JQuery object : juste add [0] at the end
of the JQ object
ex : $('div.block01')[0] == $('div.block02')[0]Worked great for me Bye Sébastien