"readonly" property not working. Please check my code below http://jsfiddle.net/KZArL/
Even after setting readonly still i can change value...I am using the below code
$('select').prop('readonly','readonly');
If i disable post won't carry disabled value...