i wanna do that if i select value of list item in dropdown then hide some textbox and some dropdown control... i tried it but i got error that now my function hit but not got a value.... plz someone help me... i m thanking you.... plz help me ......
this is my scirpt function:-
function ChangeText() {
debugger;
$("#course").change(function () {
alert($("#course").val());
if ($(this).val() == "B.Tech[PCB Group]") {
$('#div_graper').hide();
$('#div_yearofgra').hide();
}
});
};
my dropdown control:-
my textbox control:-
6 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manav PandyaPosted Feb 24, 2018, 12:30 AM
Ankita SinghPosted Feb 24, 2018, 12:22 AM
Ankita SinghPosted Feb 24, 2018, 12:15 AM
Manav PandyaPosted Feb 23, 2018, 11:52 PM
Ankita SinghPosted Feb 23, 2018, 11:50 PM
Manav PandyaPosted Feb 23, 2018, 11:19 PM