3

For some testing purpose I want to traverse the DOM and want to find if that particular element is bound to some JS. I am using jQuery. I tried with $('selector').data() but with no avail. Can anyone please help me?

nik
  • 31
  • 2

1 Answers1

1

For testing, you could use Visual Event Much better than any other tool I have used. You can get it for chrome here

Jacob George
  • 2,559
  • 1
  • 16
  • 28