Hi all,
I have a one problem in with Drop down list
i.e when i open a drop down in first time it will opened and
closed,again i am trying to open the drop down list it will be opened,is
there any solutions for this problem in my asp.net application
For that i have used below jquery code is there any changes in the code,send me the solution for my problem
$('.ddToolTip').click(function (el) {
$(this).find("option:[title='']").each(function (el) {
$(this).attr("title", $(this).text());
})