Thursday, March 10, 2011

JQuery UI Autocomplete with Stripes

While trying to integrate JQuery UI Autocomplete problem, the autocomplete was working with static JavaScript method but not working with values sent from the server.

Now the new JQueryUI expects JSON instead of the deprecated version which expected Strings separated by new line character. Even when I was sending JSON data, the values were not displayed at all.

The problem was that I was using ' to quote the strings instead of "