I have the following markup (which I have no control and must remain as is, however the JavaScript can be manipulated.)
What I'm trying to accomplish is that when the table row is clicked the the "Toggle Me Here" link is automatically clicked.
I keep finding my self getting into a recursive loop with the current setup.
So clicking anywhere in the table row (minus actually clicking on the link itself) should click the link which there for will toggle the red box. click on the link independent of the table row should toggle the red box as normal without calling the 'selectedRow' click event being fired.