[jQuery] Autocomplete giving error in Firefox but works in IE 6

2009-06-19 Thread Suave MF
Autocomplete not working in Firefox but works in IE 6. Getting an "val is undefined error" in Firefox Error Console which points to the parse() function in the autocomplete.js. Any suggestions? Mind you I'm a newbie at jQuery but advancing decently.

[jQuery] Re: having issues with getJSON

2007-11-01 Thread MF
s original value after the call if desired. I am pretty sure that the jsonp callback name which is generated for anonymous functions (i.e. those passed inline to the getJSON call) is unique, so you should not see any caching of the requests even with the "_" parameter removed. - MF