[jQuery] Listbox plugin that uses upper and lower arrow for ordering

2008-07-13 Thread george.hcn
Hi All, I'm looking for a jQuery listbox plugin that could do ordering inside a listbox with two buttons that control the selected listbox item to manipulate the ordering. Thank you very much. I haven't been able to find one _. thx, George

[jQuery] .getJSON (how to pass a value of string instead of a physical file)

2008-05-20 Thread george.hcn
Hi all, I have a newbie question. I'm getting a c# string in JSON format and I would like to pass it to jQuery $.getJSON(jsondata.js, dataReady); However, the getJSON's first parameter takes a physical file, is there anyway I can send string to the function instead of file?