Cannot cause $(this).find("a").click(); to fire using JQuery
- by Ali
Hi Everyone,
I have a small question which should be very easy for the jquery experts out there.
I am trying to follow http://aspdotnetcodebook.blogspot.com/2010/01/page-languagec-autoeventwireuptrue.html to be able to perform an action on gridview row double click. I can redirect to another page fine (as shown in the example) but I cannot cause…