Displaying 1 result from an estimated 1 matches for "test_categori".
Did you mean:
test_categories
2010 May 05
6
form remote tag :before=> function problem
Hi I have a strange problem, I am using the below code
form_remote_tag :url => ''/abc/test'',:before => "return hello();",
:update=>''test_categories'' ,:complete => "Element.hide(''spinner'')",
:loading => "Element.show(''spinner'')" do
I am using :before=> function to validate the fields in the form, but
the problem is that it does not update the div test_categories, inste...