Hi, I want to have multiple suggest boxes on my form. They all use the same query to return Subjects (instead of states), like Subject 1, Subject 2... The...
Hi Everyone, I am using Ajaxcfc using Fusebox and i successfully implemented the Option list for Province - Country Dropdown while country Dropdown selected...
Good morning ajax'rs. So I have a component that answers ajax calls -- I've reduced the function it calls to just this: <cffunction name="processRequest"...
I'm trying to write ajax functions that handle all of the 'smarts' on the server-side and just use a simple eval() wrapper function to process the results....
Has anyone done any work on the suggest example so that that the first item returned is automaticaly selected ? much like the google suggest Cheers James...
ajax noobie here. I'm using ajaxCFC 1.1 alpha 3's trunk/examples/suggest files. I'm trying to modify the index.cfm file to see how ajax works and I'm having a...
I would recommend using firefox with the firebug debugger to set breakpoints and view what is being sent to/from the server. You can get firebug here:...
... All I'm doing is changing the state_name 'Alaska' to 'Tuscaloosa' so that when I type "Tu" Tuscaloosa will appear. It won't work. I have cache set to 0,...
I figured out my previous problem - I had to change the state names in the query.cfc file - that's all I needed for that step. I have the county names working...
In regards to the suggest example, you know how when you type a few letters and press down on the keyboard to highlight the word you want? And then you press...
In regards to the suggest example, you know how when you type a few letters and press down on the keyboard to highlight the word you want? And then you press...
What do I need to modify to use two separate fields independently? Going back to the suggest/index.cfm and index2.cfm files, how would you use separate...
P.S. Here's the <head> script I'm using (and two inputs, below): <cfoutput> <script type="text/javascript"> // initialize a new suggest component var...
Sure NO SPAM IN IT ! Share Your Ideas AND Doubts with Friends around you Nothing else ! WATCH FREE Movies and You Can Upload Your OWn Movies ! Its' really Good...
Hi, Apologies if this question is obvious to some but I am looking for some documentation on how to sort a dataset by column and present in an HTML table. I am...
Hey Kevin -- the fact that some questions are obvious to others is why we have a mailing list. :) I'd personally add an ORDER BY clause to the SQL that...
Dylan, Thanks for your reply. I realise I should have made myself clearer. I want to display the results in an HTML table but allow the user to re-sort the...
Rey, Yes thats exactly waht I want. Unfortunately the examples in the jQuery version of AjaxCFC seem to crash with an AJAX error. Its says: A critical error...
Just bare with me on this so I can help. I just want to make sure that you've downloaded the latest release of AjaxCFC. Is this correct? If so, would you mind...
Rey, Thanks. I tried a few things and got the table sort working without too much difficulty. Its just the ajaxCFC examples in that branch that don't work. I...