[jQuery] Re: jQuery Pagination - Return to top of screen

2009-11-12 Thread wheatstraw
Works great, thank you. On Nov 12, 4:30 pm, Andrei Eftimie wrote: > > would anyone have any ideas on how to force > > the window scroll back to the top on click? > > function pageselectCallback(page_index, jq){ >        var new_content = $('#hiddenresult > div.result:eq('+page_index+')').clone();

[jQuery] Re: Jquery pagination using ColdFusion and SQL Server and lots of records

2009-06-18 Thread Erich93063
Well I was hoping to stay on the same page and have jquery sorting. But I love that CFC at riaforge. That's awesome. I may just use that. On Jun 18, 10:34 am, Charlie Griefer wrote: > ... orhttp://paginationcfc.riaforge.org/ > > On Thu, Jun 18, 2009 at 10:31 AM, Michael Ennis wrote: > > > > > Hi

[jQuery] Re: Jquery pagination using ColdFusion and SQL Server and lots of records

2009-06-18 Thread Charlie Griefer
... or http://paginationcfc.riaforge.org/ On Thu, Jun 18, 2009 at 10:31 AM, Michael Ennis wrote: > Hi there! > > Is there any reason you don't want to just use CF to handle all the > pagination? Here's a good example... > > http://tutorial405.easycfm.com/ > > Mike > > > On Thu, Jun 18, 2009 at 10

[jQuery] Re: Jquery pagination using ColdFusion and SQL Server and lots of records

2009-06-18 Thread Michael Ennis
Hi there! Is there any reason you don't want to just use CF to handle all the pagination? Here's a good example... http://tutorial405.easycfm.com/ Mike On Thu, Jun 18, 2009 at 10:18 AM, Erich93063 wrote: > > OK so I've been searching for a week now for an example of pagination > of data using

[jQuery] Re: JQUERY Pagination

2009-05-19 Thread Jim D
I would check out DataTables. It looks like it would easily be able to do what you're talking about and much more. http://www.sprymedia.co.uk/article/DataTables -Jim On May 18, 11:59 am, bharani kumar wrote: > Hi all, > Please refer few jquery pagination plugins , > > Also need in the able hea

[jQuery] Re: Jquery pagination plugin problem

2009-02-09 Thread nate laws
There are a lot of ways to do it, here is a simple solution, of course 'length' will have to be determined somehow. var items_per_page = 10; var length = 1000; function pageSelectCallback(page_index, container){ $("#contentarea).load("url",{page:page_index}) return false;

[jQuery] Re: Jquery pagination plugin problem

2009-02-08 Thread deviateDesigns
How would set this up with list items and pulling from a external html file? I am new to using this library. On Feb 6, 8:28 pm, nate laws wrote: > I just tried this plugin for the first time today.  The think to > realize is that it does not directly have anything to do with which > items and

[jQuery] Re: Jquery pagination plugin problem

2009-02-06 Thread nate laws
I just tried this plugin for the first time today. The think to realize is that it does not directly have anything to do with which items and how many are displayed. Instead it only controls the pagination links. You have to manually display whichever items you want to be shown in the callback

[jQuery] Re: Jquery pagination plugin problem

2009-02-06 Thread deviateDesigns
I am having the same issue not sure what is the issue still researching looks like the items_per_page is passing only a 1. On Jan 26, 4:53 am, Andy789 wrote: > Hi all, > > I am playing with thepaginationplugin(http://plugins.jquery.com/ > node/5912) and cannot figure out how to change number of

[jQuery] Re: jQuery Pagination and MySQL $limit, $offset

2009-01-04 Thread Ken
hi ^^ you can use the easyPagi this. It is plugin easy to use. Please visit here view demo and download 2009/1/4 ripcurlksm > > > I am trying to use the jQuery pagination plugin with my PHP/MySQL website > -- > It appears I have to either use Ajax or use P