Thank you for the code If it can help, I had to make a minor change to make it works properly in my case (some data were longer to load.) : var idSearchSelectIndex_results = idSearchSelectIndex.data("preview"); By var idSearchSelectIndex_results = idSearchSelectIndex.data("results");
... View more