I have a jQuery select option where I have to kind of freeze (disable) from any changes. But when I do
$(this).attr('disable', true);
the select freezes but the value it sends in null as there is no more anything selected in it. How can I freeze and still send the selected values?