giga
July 7, 2008, 7:17pm
1
I use porototype to update page by form:
<%= observe_form(:search_form,
:frequency => 1,
:update => :search_hits,
:loading => “Element.show(‘spinner’)”,
:complete => “Element.hide(‘spinner’)”,
:url => { :action => :search }) %>
But now I need to replase it by iQuery, can somebody help me? What I
need to do?
giga
July 7, 2008, 8:04pm
2
I don’t know either library well at all, but I imagine that you can
find what you want here [ http://docs.jquery.com/Main_Page ] if you’re
know what you’re doing with Prototype.
Regards,
Craig
giga
July 8, 2008, 12:19am
3
On Jul 7, 2008, at 10:17 AM, Gi Ga wrote:
But now I need to replase it by iQuery, can somebody help me? What I
need to do?
Look for “jquery ajaxform” in Google.
Or look on errtheblog
(http://errtheblog.com/posts/73-the-jskinny-on-jquery
).