Forum: JavaScript / DHTML / AJAX Apr 4th, 2008 |
| Replies: 4 Views: 1,344 Ok... I solved this by first firing findValue() when the user selects from the Suggest drop menu, then it is fired a second time when fillCodes() is fired (when the user chooses to add their... |
Forum: JavaScript / DHTML / AJAX Apr 4th, 2008 |
| Replies: 4 Views: 1,344 Ok, clearly nobody knows how to define an event handler or use jQuery.
Since I don't know either, I have tried another approach.
First I created a hidden field with the name of "id_holder". I... |
Forum: JavaScript / DHTML / AJAX Apr 3rd, 2008 |
| Replies: 4 Views: 1,344 findValue() is finding and alerting the correct ID - it just does not return a value.
I just learned that the findValue() function (jQuery plugin for suggest) is asynchronous and needs the event... |
Forum: JavaScript / DHTML / AJAX Apr 3rd, 2008 |
| Replies: 4 Views: 1,344 Hi all!
I have two functions, one which calls the other (here simplified) that are part of an autocomplete process. The scripts run without error, however the part I am posting here returns... |