Displaying 2 results from an estimated 2 matches for "current_search".
Did you mean:
current_arch
2006 Mar 22
1
RJS - Still not working in IE
...e is that the second
page.replace_html seems to do nothing.
My environment is:
Rails 1.0 + RJS Plugin
Updated Javascripts to Scriptaculous 1.5.3 (for evalScripts support)
Monkeypatched in_place_editor to support evalScripts
This is the complete contents of the .rjs:
page.replace_html ''current_search_name_editor'', :partial =>"search_name"
page.replace_html ''search_pane'', :partial => "search"
My view contains:
...
<div class="SearchName" id="current_search_name_editor">
<%= render :partial => "search_n...
2006 Mar 18
9
RJS - not working in IE
I searched thru all the postings about RJS, and I didn''t find one person
who complained of problems specific to IE, but that''s what I''ve got.
My environment is:
Rails 1.0 + RJS Plugin
Updated Javascripts to Scriptaculous 1.5.3 (for evalScripts support)
Monkeypatched in_place_editor to support evalScripts
I have just started using RJS, and I have two .rjs templates.