FCBKcomplete 2.8.9.3 removes the original <select> element from the DOM and creates a new element instead (the temp_elem code). This means
any jQuery references to the original select (including those returned from the .fcbkcomplete function itself) point to the old, now disconnected element and not the new element on the page
any .data() set on the original element before initialisation is lost.
FCBKcomplete 2.8.9.3 removes the original <select> element from the DOM and creates a new element instead (the temp_elem code). This means