Displaying 1 result from an estimated 1 matches for "myoutjsfunction".
2006 Jun 20
4
Invoking MouseOver using link_to tag ?
...useOver of the text ?
On a normal href we do something like this rt? for invoking the
onMouseover and onMouseout?. But i want to do the same thing but with
<%= link_to %> as above ?
<a href="http://www.mywebsite.com" onMouseover="myInJsFunction()"
onMouseout="myOutJSFunction()">TestingMouseOverEvents</a><br />
Thank You
Dinesh
--
Posted via http://www.ruby-forum.com/.