search for: submit_form_tag

Displaying 1 result from an estimated 1 matches for "submit_form_tag".

2006 May 15
0
AJAX and Smooth Paging
Apologies on the subject heading, I couldn''t really think of a concise way to describe the problem I''m trying to solve. Here''s the idea: I have an application that shows a bunch of text in a div (through a partial) and currently has a next button (submit_form_tag) at the end of that text to fetch the next bit of text which it grabs via the AJAX helpers. However, I''d like that button to automatically activate as soon as it''s visible within the div so that the next bit of text is fetched without the user having to go click on it. My curren...