Displaying 1 result from an estimated 1 matches for "garbase".
Did you mean:
garbage
2006 Mar 10
4
Problem with ajax and textareas on firefox but works on IE
...to figure this one out for a few hours now and can''t
seem to understand what I might be doing wrong here. Basically, I have
a textarea which has a little icon next to it which will fire off a
reset of the original comment if pressed. It works under IE so that
when the user types some garbase in to the textarea, and clicks the
icon, the contents of the textarea resets; however, under firefox, i can
see the ajax call hitting the server (the console shows it), but the
text area doesn''t refresh.
I have the following textarea in my _form.rhtml (and have the <%=
javascript_i...