[jQuery] Re: How do I use ColdFusion and jQuery variables for pagination?

2008-04-13 Thread Web Specialist
@googlegroups.com Sent: Thursday, April 10, 2008 1:17 PM Subject: [jQuery] Re: How do I use ColdFusion and jQuery variables for pagination? Thanks for the reply, Josh... I think the part that I'm not understanding is the dump the whole query to the client and then the plugin takes

[jQuery] Re: How do I use ColdFusion and jQuery variables for pagination?

2008-04-13 Thread Rick Faircloth
Thanks for the tip, Marco. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Web Specialist Sent: Sunday, April 13, 2008 2:42 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: How do I use ColdFusion and jQuery variables for pagination? Hi Rick. I

[jQuery] Re: How do I use ColdFusion and jQuery variables for pagination?

2008-04-12 Thread J Moore
as an url variable, which you could use to determine which records to get from the database. -- Josh - Original Message - From: Rick [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Thursday, April 10, 2008 1:17 PM Subject: [jQuery] Re: How do I use ColdFusion

[jQuery] Re: How do I use ColdFusion and jQuery variables for pagination?

2008-04-10 Thread Josh Nathanson
Rick - I don't know how the pagination plugin that you're using works, but there may be some sort of before event that you can use to ajax some variables to your CF page. Your CF template would take these variables and use them to set the startrow and maxrow values and then send back the

[jQuery] Re: How do I use ColdFusion and jQuery variables for pagination?

2008-04-10 Thread Rick
Thanks for the reply, Josh... I think the part that I'm not understanding is the dump the whole query to the client and then the plugin takes care of the pagination. It also sounds like a memory and/or processor intensive way to get 20 records per page. If I have 10,000 records, I guess I

[jQuery] Re: How do I use ColdFusion and jQuery variables for pagination?

2008-04-10 Thread Josh Nathanson
to determine which records to get from the database. -- Josh - Original Message - From: Rick [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Thursday, April 10, 2008 1:17 PM Subject: [jQuery] Re: How do I use ColdFusion and jQuery variables for pagination

[jQuery] Re: How do I use ColdFusion and jQuery variables for pagination?

2008-04-10 Thread Rick
Sent: Thursday, April 10, 2008 1:17 PM Subject: [jQuery] Re: How do I use ColdFusion and jQuery variables for pagination? Thanks for the reply, Josh... I think the part that I'm not understanding is the dump the whole query to the client and then the plugin takes care of the pagination