Displaying 1 result from an estimated 1 matches for "menu_link_superior".
2006 Mar 29
0
I can''t get to work css class with link_to_remote function
What am I doing wrong?
This is the code
<%= link_to_remote "Mi Cuenta", :update => "MainSpace", :url =>
{:controller => "account", :action => "login"}, :class =>
"menu_link_superior" %>
This is the result
<a href="#" onclick="new Ajax.Updater(''MainSpace'', ''/account/login'',
{asynchronous:true, evalScripts:true}); return false;">Mi Cuenta</a>
but I''m expecting this:
<a href=&q...