Displaying 1 result from an estimated 1 matches for "myinjsfunction".
2006 Jun 20
4
Invoking MouseOver using link_to tag ?
...nk and invoke a local JS 
function  on MouseOver 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/.