this should do it

<script>
jQuery(document).ready(function()
{jQuery('#tablename_married').mouseover(function(){    ... do
something ... });});
</script>

where I assume the "married" field refers to table "tablename".

On 3 Lug, 03:27, sarsar <sarsara...@gmail.com> wrote:
> Hi , i am learning and it might be easy , but i cant do it. In the
> book example for jQuery effects , i am trying to catch the mouse when
> it is over the name or the " married selection " , to show some help
> or instructions for this specific field or selection . I understand
> that i have to use the mouse events , but no success . Can somebody
> help with an example , or extending this book example .
>
> Thanks in advance .

Reply via email to