Frustrated and on a deadline please assist

2013-11-17 Thread Torrent Girl
I am trying to do something as a simple CFC JSON call and can't get this to work. I have been wrestling with this for over a week. Here is my code: script type=text/javascript src=http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js;/script script type=text/javascript $(function() {

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Jon Clausen
Hi TG, Do you have 'access=“remote”’ in your function declaration? What is Firebug showing you, the return looks like from the AJAX call? Jon On Nov 17, 2013, at 6:32 PM, Torrent Girl moniqueb...@gmail.com wrote: I am trying to do something as a simple CFC JSON call and can't get this

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Byron Mann
Are the cfc and cfm files in the same web directory? Using Firebug for Firefox is quite useful for debugging javascript. That might be a good start to ensure the script is running. It will also show any errors. Byron Mann Lead Engineer Architect HostMySite.com On Nov 17, 2013 6:33 PM, Torrent

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Byron Mann
Just noticed, not sure about this version of jquery, but I think autocomplete is in jquery ui. https://developers.google.com/speed/libraries/devguide#jquery-ui You 1.3.2 is an old version as well, may want to use a more recent version if possible. Byron Mann Lead Engineer Architect

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Torrent Girl
Hi TG, Do you have 'access=“remote”’ in your function declaration? What is Firebug showing you, the return looks like from the AJAX call? Jon On Nov 17, 2013, at 6:32 PM, Torrent Girl moniqueb...@gmail.com wrote: I am trying to do something as a simple CFC JSON call and

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Torrent Girl
Are the cfc and cfm files in the same web directory? Using Firebug for Firefox is quite useful for debugging javascript. That might be a good start to ensure the script is running. It will also show any errors. Byron Mann Lead Engineer Architect HostMySite.com On Nov 17, 2013 6:33 PM, Torrent

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Torrent Girl
Hi TG, Do you have 'access=“remote”’ in your function declaration? What is Firebug showing you, the return looks like from the AJAX call? Jon On Nov 17, 2013, at 6:32 PM, Torrent Girl moniqueb...@gmail.com wrote: I am trying to do something as a simple CFC JSON call and

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Torrent Girl
Just noticed, not sure about this version of jquery, but I think autocomplete is in jquery ui. https://developers.google.com/speed/libraries/devguide#jquery-ui You 1.3.2 is an old version as well, may want to use a more recent version if possible. Byron Mann Lead Engineer Architect

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Torrent Girl
Just noticed, not sure about this version of jquery, but I think autocomplete is in jquery ui. https://developers.google.com/speed/libraries/devguide#jquery-ui You 1.3.2 is an old version as well, may want to use a more recent version if possible. Byron Mann Lead Engineer Architect

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Torrent Girl
Ok when I browse this url: /contentfiles/ajaxlookup.cfc?method=getInstitutionsreturnformat=jsonterm=Miami I get ALL records back (See last url var - term=miami But when I browser this url: /contentfiles/ajaxlookup.cfc?method=getInstitutionsreturnformat=jsonsearchPhrase=Miami I get just the

Re: Frustrated and on a deadline please assist

2013-11-17 Thread Torrent Girl
Ok now I am passing in the argument as term and I am getting the correct response. That is progress. BUT, no records are being shown on the page. ~| Order the Adobe Coldfusion Anthology now!