A
Adnan Siddiqi
Hi
Is it possible to detect event of an element on runtime without
explicitly attaching event by using onClick() etc?.
I have a page which can generate run time DIVs and form elements and I
don't even have their names or Ids for reference. Is it possible in
Javascript to capture which element was clicked and then can refer
that element by returning it's ID or tag type?
Thanks
Is it possible to detect event of an element on runtime without
explicitly attaching event by using onClick() etc?.
I have a page which can generate run time DIVs and form elements and I
don't even have their names or Ids for reference. Is it possible in
Javascript to capture which element was clicked and then can refer
that element by returning it's ID or tag type?
Thanks