[jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion

2009-02-05 Thread Rick Faircloth
ick From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Charlie Griefer Sent: Wednesday, February 04, 2009 12:00 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion Having to learn more JS

[jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion

2009-02-05 Thread David Meiser
> I know that you understand jQuery **and** CF, which be essential to >> making this >> >> work properly. Just let me know. If you're not interested or don't have >> the time, >> >> perhaps someone else who can help will be… >> >> >&g

[jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion

2009-02-04 Thread Charlie Griefer
s and some > > single pieces of data and puts them into a struct. > > > > Parsing through that is proving to be a little more > > than I can figure out at this point. > > > > Is there any jQuery plug-ins that help deal with parsing > > and outputting JS data that I ca

[jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion

2009-02-04 Thread Rick Faircloth
see if any bells ring or lights come on! Rick From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Charlie Griefer Sent: Wednesday, February 04, 2009 12:00 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Turning JSON-formatted AJAX data into data u

[jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion

2009-02-04 Thread Charlie Griefer
gular CF code for awhile. > > > > Thoughts? > > > > Thanks, > > > > Rick > > > > > > > > *From:* jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] *On > Behalf Of *Charlie Griefer > *Sent:* Wednesday, February 04, 2009 11:23 AM &

[jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion

2009-02-04 Thread Rick Faircloth
groups.com] On Behalf Of Charlie Griefer Sent: Wednesday, February 04, 2009 11:23 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion you're overlooking the fact that CF executes on the server. JS executes on the client.

[jQuery] Re: Turning JSON-formatted AJAX data into data usable by ColdFusion

2009-02-04 Thread Charlie Griefer
you're overlooking the fact that CF executes on the server. JS executes on the client. When you get data returned from an AJAX call, you're on the client. You're in the realm of JS. There's no "converting" the data into a "usable" (CF) format at that point. All of the CF is done on the server (