Javascript function of the day (JFOTD)
Wednesday, June 15th, 2011Doing some manipulation of selectboxes with the help of http://www.texotela.co.uk/code/jquery/select/. Using it to add a massive amount of options with the use of ajax. $("#QueryResp").ajaxAddOption("./persons.xsp", {}, false, setOptionValue, [{"value":strResp}]); Yes, I'm using xPages to feed the JSON to the function. Works very well with the added performance and cache possibilities of ...