I have the following link
<a href="example.com" id="example1"> Go to example....</a>
Is it possible that when a body moves the cursor over “Go to example…” it changes to “Go to example One” , i am using php and jquery. Any help will be appreciated.
The
.hover()helper is useful here, to prevent annoying event bubbling: