search for: add_rjs_to_javascript_help

Displaying 2 results from an estimated 2 matches for "add_rjs_to_javascript_help".

2005 Dec 23
13
how to form.rest in RJS
is there any way to Form.reset (clear all fields of the form ) in form_remote_tag generated form? I want to reset fields after ''submit'' in .rjs. -- Hiroshi Takagi <gollum-u1eKKkw+WM0gE89CWYshPg@public.gmane.org>
2006 Mar 14
2
RJS & Unicode (again)
I have a problem with unicode & RJS. I searched several boards & blogs, but was not able to find a solution. Let me explain my problem with an example. View (test.rhtml): ... <div id="a_test_div">?????????</div> ... Output: ????????? RJS-Template (an_action.rjs): page.replace_html ''a_test_div'', ''?????????'' Calling