DOTNET POINT
Friday, 4 September 2015
how to dropdown option disable and enable and show,hide in jquery
$(
"#ActionId option[value='6']"
).attr(
'disabled'
,
'disabled'
).hide();
$(
"#ActionId option[value='6']"
).removeAttr(
'disabled'
).show();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment