Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-07 Thread Andy Matthews
just that string of text for the grocery list DIV. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Jordan Sent: Tuesday, February 06, 2007 5:21 PM To: jQuery Discussion. Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Andy, That's exactly what I've done

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Christopher Jordan
Paul, Have you downloaded the AjaxCFC for jQuery package from RIA Forge? It contains examples. Hope this helps, Chris Paul wrote: About 2 weeks Rey Bango posted that AjaxCFC had been updated to implement jQuery 1.1, but apparently the ajaxCFC demos have not yet been updated to reflect

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Paul
] AjaxCFC (paging Rey Bango...) Paul, Have you downloaded the AjaxCFC for jQuery package from RIA Forge? It contains examples. Hope this helps, Chris Paul wrote: About 2 weeks Rey Bango posted that AjaxCFC had been updated to implement jQuery 1.1, but apparently the ajaxCFC demos have not yet

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Rey Bango
Hi Paul, I just chatted with Rob Gonda and he mentioned that the main download doesn't include the jQuery stuff. He's going to update the download file to include all of it. In the meantime, you can get it from here:

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Paul
:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Tuesday, February 06, 2007 10:31 AM To: jQuery Discussion. Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Hey Paul, I talked to Rob Gonda about the demos and they should be updated to jQuery v1.1.1. As Chris mentioned, when you download it from

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Rey Bango
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Christopher Jordan *Sent:* Tuesday, February 06, 2007 10:13 AM *To:* jQuery Discussion. *Subject:* Re: [jQuery] AjaxCFC (paging Rey Bango...) Paul, Have you downloaded the AjaxCFC for jQuery package from

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Christopher Jordan
PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Christopher Jordan *Sent:* Tuesday, February 06, 2007 10:13 AM *To:* jQuery Discussion. *Subject:* Re: [jQuery] AjaxCFC (paging Rey Bango...) Paul, Have you downloaded the AjaxCFC for jQuery package from RIA Forge? It contains examples. Hope

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Rey Bango
... Thanks again. Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Tuesday, February 06, 2007 10:31 AM To: jQuery Discussion. Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Hey Paul, I talked to Rob Gonda about the demos

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Paul
: Tuesday, February 06, 2007 11:57 AM To: jQuery Discussion. Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Hi Paul, I'm so used to doing things sans AjaxCFC for jQuery that I would probably stick with straight jQuery since its what I'm most accustomed to and I love having greater control

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Paul
: Re: [jQuery] AjaxCFC (paging Rey Bango...) Paul, use serialization: json in your ajaxCFC call, and when your query is returned it will be valid JSON (which is valid JavaScript). Then you to an eval of that JSON string and it will become a JavaScript object that you can use like

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Christopher Jordan
] [mailto:[EMAIL PROTECTED] *On Behalf Of *Christopher Jordan *Sent:* Tuesday, February 06, 2007 11:02 AM *To:* jQuery Discussion. *Subject:* Re: [jQuery] AjaxCFC (paging Rey Bango...) Paul, use serialization: json in your ajaxCFC call, and when your query is returned it will be valid JSON (which

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Andy Matthews
a case-by-case. My .02 Paul. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Tuesday, February 06, 2007 11:12 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) That's exactly what I'm looking for, Rey

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Michael E. Carluen
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: Tuesday, February 06, 2007 11:44 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Michael... Have you seen how easy it is to access a CFC

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Christopher Jordan
, it's a case-by-case. My .02 Paul. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Tuesday, February 06, 2007 11:12 AM To: 'jQuery Discussion.' Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) That's exactly what I'm looking for, Rey

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Andy Matthews
: [jQuery] AjaxCFC (paging Rey Bango...) Hi Andy... are you referring to the one that returns a wddx packet from the cfc using the $.get() directly? As for AjaxCFC, I think I just like the thought of having the extra layer of Error Trapping and Security Check features for CFCs that Rob put in place

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Andy Matthews
Discussion. Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) I like that with AjaxCFC, I don't have to reinvent the wheel and can instead use my CFCs directly. True I can still use them, but I've got to have jQuery's in-built ajax methods call a .cfm page which in turn calls my cfc. I'd like

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Christopher Jordan
PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Christopher Jordan *Sent:* Tuesday, February 06, 2007 2:28 PM *To:* jQuery Discussion. *Subject:* Re: [jQuery] AjaxCFC (paging Rey Bango...) I like that with AjaxCFC, I don't have to reinvent the wheel and can instead use my CFCs directly. True

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Andy Matthews
: Tuesday, February 06, 2007 3:29 PM To: jQuery Discussion. Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Oh! So you're handling the cfwddx serialization yourself in the cfc... hmmm. Not being familiar with wddx, I wasn't aware it was that simple. Pretty cool. I still think I want to use AjaxCFC

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Paul
: Tuesday, February 06, 2007 2:07 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Just so you know, you CAN use jQuery to hit the CFC directly. Here's a sample of code I'm using: js code: function addRecipe(id) { $.get(includes/q.cfc?method=addRecipeid= + id

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Andy Matthews
better), but it's the way that makes sense to me. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: Tuesday, February 06, 2007 4:05 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Andy, this is also good to know. I guess I'll figure

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Paul
, February 06, 2007 3:11 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Most of the time, I'm using the CFC to do all of the formatting, then I return a simple string containing all of the HTML that needs to be applied to the page. For example. take a look

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Andy Matthews
, 2007 4:32 PM To: 'jQuery Discussion.' Subject: Re: [jQuery] AjaxCFC (paging Rey Bango...) Small world, Andy. Just last week my wife tried to get me to build a tool to generate shopping lists from her monthly menu. (I said I didn't have time.) Thanks again for the information

Re: [jQuery] AjaxCFC (paging Rey Bango...)

2007-02-06 Thread Christopher Jordan
, February 06, 2007 4:05 PM *To:* 'jQuery Discussion.' *Subject:* Re: [jQuery] AjaxCFC (paging Rey Bango...) Andy, this is also good to know. I guess I'll figure this out eventually, but what doesn't yet make sense is how to handle complex objects (queries, structs) being returned from the CFC