My DOM has iframe with id=""
and name =""
.
The iframe has a form inside, inside the form is a table and I need to fire a click event on the table data. The table data(td) has a link. When the link is clicked a function needs to fire off.
How do I get this working using jQuery?