- public struct SearchItem
- {
- public string value;
- public string text;
- public string href;
- }
On debug mode
I can see expected result in
success
function's data.d prop, but
generate nothing (doesn't show any data.
).
This code used to work with jquery-ui-1.8.20. I haven't change anything in this code. I've changed only a version of jquery-ui.
Any ideas?