Hi All,
I have select box control as below:
<select id="dd2" name="subDivision" onchange="decideClickfn(this.name,this.value)"><option value="-1s">Please Select</option><option value="M">Wanted Bride</option><option value="F">Wanted Groom</option></select>
I want to do some task if its visible property is true and if its not true
I tried below lines but they could not worked out .
if($('#dd2').show()){
}
if (document.getElementById("dd2").visible == true) {
}
Please Help.
Regards,
Jayesh(From India,Mumbai)
Go to the complete details ...