Displaying 1 result from an estimated 1 matches for "advsearchajax".
2006 May 03
3
Graceful degrading AJAX show/hide
...resh the page and pass
a variable from the controller to the page the user is on. Not use the
rjs file.
At the moment i have this:
<%= link_to_remote("Advanced Search",
{:url => { :controller => "base",
:action => "advSearchAJAX" }},
{:href => url_for( :controller => "base",
:action => "advanced_search" )}
)%>
Essentially it just show/hides an advanced search if the user has
javascript on. The :href is used when java...