adiddigi
Tera Guru

The script should be something like this,



var startDate = $('change_request.start_date');
startDate.onclick = "clickMe()";

function clickMe(){
alert('oops, you just clicked a read-only field');
}