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
HTML is not allowed within the title attribute.
Have a look at this, as one of many solutions how to achive CSS tooltips:
http://sixrevisions.com/css/css-only-tooltips/