[jQuery] Re: json request not working

2009-08-13 Thread julian
Have you checked the return data with Firebug? What does it show for the request in the Net>XHR section?

[jQuery] Re: jquery autocomplete local data

2008-09-11 Thread Julian
anyone? On 7 Септ, 20:00, Julian <[EMAIL PROTECTED]> wrote: > Thanks for the fast response, but after i use flushCache() there are > no results after i press key into the inputbox. > I ask this question because i use more than one input box with that > data, and after i upda

[jQuery] Re: jquery autocomplete local data

2008-09-07 Thread Julian
Thanks for the fast response, but after i use flushCache() there are no results after i press key into the inputbox. I ask this question because i use more than one input box with that data, and after i update the JSON data i must unbind all inputs. Greetings!

[jQuery] jquery autocomplete local data

2008-09-07 Thread Julian
Greetings! I`m using jquery auto complete plugin from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Initialized with local JSON data which i receive from server the data is something like var data = [{"elem0":"data0"},{"elem1":"data1"}] After that i`m trying to add new element

[jQuery] Re: javascript analogue of php serialize()

2008-07-03 Thread Julian
> http://docs.jquery.com/Ajax/serialize "Serializes a set of input elements into a string of data." That did not work for me. Like i said a have the data in array, and just want to serialize that data, not data from input elements. Greetings!

[jQuery] javascript analogue of php serialize()

2008-07-03 Thread Julian
Hello! I need javascript function analogue of php serialize(). So far, use serialize function from: http://javascript.ru/php/serialize , which not work with Internet Explorer, and opera, with Firefox there is no problem. I`m using this function to serialize an array data, or objects.