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?
Asked
Active
Viewed 1,083 times
3

nik
- 31
- 2
-
define "bound". Bound to what?, event handlers, data? ... – jAndy May 28 '10 at 12:49
1 Answers
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