Using CF 6.1 setup at http://wip.triggerid.com/ajax and I can get to the examples and the little load message flickers but nothing happens-- no js error or...
http://www.bifrost.com.au/blog/index.cfm/2006/7/13/Getting-the-CFAJAX-Suggest-examples-to-work-locally ... -- CFAJAX docs and other useful articles: ...
Thanks to everyone, especially James who helped me get the multiple autoselect rolling. Very appreciative. Time for the next question - I guess everyone is...
I had everything setup and running fine. However, I was doing my testing with IE7 (locally on the dev machine) and, since most of my users will be accessing...
I've finally successfully gotten my suggest thing to work for a cities field in a registration form, however, right below it in my form is the state drop-down,...
... that ... I've found part of the problem - at least with the example files. I'm running SSL and the settings.js file had to be tweaked to set the ...
Interesting problem for any gurus out there. I've successfully got multiple CFajax boxes combined with a CFoutput tag to return different boxes dynamically....
OK, in that case: http://www.bifrost.com.au/blog/index.cfm/2007/1/21/Multiple-mxAjax-autocomplete-controls ... -- CFAJAX docs and other useful articles: ...
Thanks again. I figured that one out on my own and also booted myself in the arse for not finding out about mxAjax before, looks a lot easier and nicer! ...
You might be able to use the postfunction on the suggest to write a custom function that does the updating. ... -- CFAJAX docs and other useful articles: ...
I've been looking at doing just that, the issue I'm now having is how I construct a simple mxAjax function that will take the value of text field "Y" and,...
Ah you are after the mxData tag: http://www.bifrost.com.au/blog/index.cfm/2006/9/29/MXAJAX--mxData-tag-basics ... -- CFAJAX docs and other useful articles: ...
Another question, in your example how would I change the trigger for the function? When I set executeOnLoad:false, and then add a button: <input type="button"...
I've managed to make some good progress on this thanks to your example and your blog :-) I actually feel like I'm getting somewhere for the first time in 2...
Absolutely, thanks to a lot of help from you :-) I essentially modified the mxAutocomplete1.cfm example and was able to use the add button and have it do...
Here's my example: http://linux3.cc.uk.com/mxajax/examples/megaAutocomplete.cfm There are 5 autocomplete fields each talking to a different dataset. Four of ...
Does anyone know where to download the bottom 2 mxAjax example pages that are listed on the indiankey site? I noticed that they're not included in the distro...
You can attampt to get the JS from those pages - they aren't part of the distro yet but Arjun will add them in due course. ... -- CFAJAX docs and other useful...
I am trying to return an array to populate a select list that includes a list of names to be displayed as "last, first" I can't seem to get CFAJAX to accept...
I'd advise going to Arjun's new package, mxAjax, which uses JSON to return the results and will probably handle this a lot better. CFAjax is no longer actively...
OK. I did that and have the same problem. Has anyone ever returned a comma to a select list before? I want to populate a select with data similar to that below...
Hi, I would like to have a "search box" that onChange updates a dropbox below it with the results of the SQL query. Can someone give me a rough mxAjax...
I'm trying to make the accordion function as a menu system and it fills the purpose nicely but I've got a couple of questions: 1. How do I start the accordion...