Hi Guys!
I have some html code like this.
<a href="http://www.google.com.pk" id="goog" title="<table width='20%' border='1'> <tr> <td>ABC</td> <td>DEF</td> </tr></table>"> Go to Google </a>
I want to call alert function when user will hover to table td tag which is inside to Table and table is inside of tag.
Is it possible with Jquery?
Thanks in advance