I am trying to use \"Chosen\" plugin by harvest (http://harvesthq.github.com/chosen/) and it works for the static set of options I am passing. However, what I want is that w
i think its not the best practice but this code works for me. data return has a html tag
$.post("url.php",{data:data},function(data){ $('.choosen').empty().append(data); $(".choosen").trigger("liszt:updated"); });