views:

111

answers:

1

I'm using jqTransform in my form, and I want to disable select. jqTransform causes it not get disabled.

Please guide me if you have a solution for this.

+2  A: 

Try this :

// To disable 
$('.someElement').attr('disabled', 'disabled');

or

  $('.someElement').attr("disabled", "true");
Pranay Rana
hey thanks but it's not working
try second option
Pranay Rana
hi,thanks but this also not work i try this ,i think jqtransform restrict it to get disable