Displaying 1 result from an estimated 1 matches for "post_4".
Did you mean:
post_
2006 Jul 14
5
Ideas for AJAX pagination
...tem is inserted, thus leaving only 10
elements on the page.
Currently I have a form that inserts with AJAX, but as expected, each
post added to the page just increases the number of posts leaving 11
on a page that should only be displaying 10.
I have unique ID''s for each post (e.g. post_4, post_5, etc) and the
post with the lowest number is on the bottom of the page, can anyone
think of a way to make the last post disappear when the new post is
added?
Basically what i need to do is do a page.hide ''page_<% lowest id %>''
- where the lowest id is not a...