Search the web
Sign In
New User? Sign Up
ajaxcfc · ajaxCFC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1554 - 1584 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1554
Good Morning, That's exactly what I determined. The way CF handles variables as a standard cfm file verses a cfc component is what threw me off. Thanks for...
Keith Henderson
head_java
Offline Send Email
Apr 3, 2008
2:05 pm
1555
Hey Guys, It's been a while but I'm back writing code. I downloaded the latest version of ajaxCFC which has jQuery included. The ajaxCFC code seems to be...
Ryan
phidelt1350
Offline Send Email
Apr 8, 2008
9:48 pm
1556
Ryan, The first thing that jumps out at me is that in your line of jQuery there, you're getting an id, but you're missing the pound sign that goes along with...
Chris Jordan
c_s_jordan
Offline Send Email
Apr 8, 2008
10:02 pm
1557
Chris, Thanks as always for the reply. I believe you've helped me on more than one occasion now. I am going to boot up the work laptop and try your changes...
Ryan
phidelt1350
Offline Send Email
Apr 9, 2008
1:14 am
1558
Chris, Thanks again for your help. Your suggestion did work and the ajax code picked up the value for locationID. But now my return function won't work. I'm...
Ryan
phidelt1350
Offline Send Email
Apr 9, 2008
1:10 pm
1559
Yes. They did. :o) I'll respond to your other post separately. :o) Chris ... From: "Ryan" <ksu_stud@...> To: ajaxcfc@yahoogroups.com Sent: Tuesday, April...
Chris Jordan
c_s_jordan
Offline Send Email
Apr 9, 2008
3:26 pm
1560
Ryan, The proper jQuery that you want is: $('#layerSpan').html(getResult); Check out this page (http://docs.jquery.com/Manipulation) for some useful jQuery...
Chris Jordan
c_s_jordan
Offline Send Email
Apr 9, 2008
3:38 pm
1562
Hi Ryan, The .val() function works on an element that has a value attribute, like an input type text:    <input type="text" name="messageTitle"...
Chris Jordan
c_s_jordan
Offline Send Email
Apr 16, 2008
10:36 pm
1563
I am trying to call a ajax function from another function. It is working this way: I send some search criteria to searchRecords and searchRecords return...
ofarah24
Offline Send Email
May 20, 2008
8:41 pm
1564
I'm using the form plug-in for validation but I'm having a tough time trying pass the form variables to AjaxCFC. I'm using formSerialize() which returns...
josegura93
Offline Send Email
May 21, 2008
3:57 am
1565
I would recommend, that your getRecordsResult handle the query as well as the building of your HTML table. Don't use javascript to build the table. In your CFC...
geneaiello123
Online Now Send Email
May 21, 2008
5:23 pm
1566
Thank you so much for your help. It is working now. Farrah geneaiello123 <programmer_neo@...> wrote: I would recommend, that your getRecordsResult handle...
Farah Omar
ofarah24
Offline Send Email
May 21, 2008
8:10 pm
1567
I'm just wondering what the status of this project is? Jquery has made a lot of changes since the last version of this framework and CF frameworks in general...
SpillsMills
Offline Send Email
Jun 11, 2008
11:06 pm
1568
Business Software <http://www.soft-kingdom.com/Business/> http://www.soft-kingdom.com/Business/ <http://www.soft-kingdom.com/Business/>...
software7788
Offline Send Email
Jul 25, 2008
8:35 am
1569
Using cfajax.... why is this not working.. $('#outerSiteMesage').style.display='block'; This is the error I'm getting.. "object does not support this property...
Ryan
phidelt1350
Offline Send Email
Sep 2, 2008
3:38 am
1570
Sorry I'm using ajaxCFC... not cfajax.. slip of the fingers...
Ryan
phidelt1350
Offline Send Email
Sep 2, 2008
3:40 am
1571
Better to use: $('#id').css({"display":"block"}); From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of Ryan Sent: Monday, September 01,...
Erick Rodriguez
tberickrodri...
Offline Send Email
Sep 2, 2008
4:19 am
1572
That worked!! Thanks! Ryan ... Behalf Of...
Ryan
phidelt1350
Offline Send Email
Sep 2, 2008
2:03 pm
1573
Is it possible have a single set of ajaxCFC files in my InetPub directory instead of having a copy for each web site? Ryan...
Ryan
phidelt1350
Offline Send Email
Dec 5, 2008
4:47 pm
1574
I will be out of the office starting 12/04/2008 and will not return until 12/09/2008. I will respond to your message when I return. If your issue is urgent,...
john.mcdonald@...
john_mcdonal...
Offline Send Email
Dec 5, 2008
5:07 pm
1575
Could you not just have it in a virtual mapping? ... -- Aaron Rouse http://www.happyhacker.com/...
Aaron Rouse
aaron_rouse
Offline Send Email
Dec 5, 2008
5:20 pm
1576
Hi all, I don't know if this is a problem with the ajaxCFC or not so I'm hoping someone else has experienced it. We have the ajax files in: /assets/ajax Now,...
Dave Phillips
davephillips...
Offline Send Email
Jan 6, 2009
5:21 pm
1577
Hi Dave, Looking in the web logs are these calls to index.cfm all from the same IP address block? I am thinking it might be a (PC) firewall doing advanced...
Kym Kovan
kymkaway
Offline Send Email
Jan 7, 2009
12:27 am
1578
No, they are coming from different IP addresses (internal to our corporate network) and they are client machines. There are other get requests from the same...
David Phillips
davephillips...
Offline Send Email
Jan 7, 2009
1:21 am
1579
I having a tough time trying to access a value from my return. Below is my ajax call: $.AjaxCFC({ url: '/cfc/ups.cfc', method: 'getShippingOptions', data:...
josegura93
Offline Send Email
Feb 12, 2009
3:30 pm
1580
This is a matter of case sensitivity. JavaScript is case sensitive, and for some reason object properties are returned all uppercased. Look at the dump and...
Chris Jordan
c_s_jordan
Offline Send Email
Feb 12, 2009
4:21 pm
1581
I was trying to organize my code somewhat and separate my cfc files. I can't seem to access anything other than the first CFC file. e.g., $.AjaxCFC({ url:...
dronski
Offline Send Email
Feb 26, 2009
7:03 pm
1582
Never mind. I just realized I forgot to put the function name in quotes. (slowly crawling under the desk in shame....)...
dronski
Offline Send Email
Feb 26, 2009
7:14 pm
1583
Hi all, I'm trying to get my implementation of ajaxCFC to work with a reverse proxy. I have confirmed that the request gets through to the CFC and the method...
Dave Phillips
davephillips...
Offline Send Email
Jun 22, 2009
3:13 pm
1584
... You need a better JavaScript debugger, at a guess, to see that that actually is. -- Helping to economically transition B2B error-free B2C global e-business...
Tom Chiverton
tom.chiverton
Offline Send Email
Jun 30, 2009
3:20 pm
Messages 1554 - 1584 of 1584   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help