Displaying 1 result from an estimated 1 matches for "testingmouseoverevents".
2006 Jun 20
4
Invoking MouseOver using link_to tag ?
Hi,
How can we trigger a JavaScript built in function from a <%= link_to %>
ie. i have the below statement in my view. I want to invoke a JavaScript
function on "MouseOver" of this below text (''TestingMouseOverEvents'').
<%= link_to "TestingMouseOverEvents" , :controller => "login", :action
=> "logout"%>
Note: The controller and action should also be there as above. ie invoke
the controller function on click of the link and invoke a local JS
function on M...