It worked for me. Now both are working fine, but when a partial postback occurs, then again tooltips are lost, even some time on selectindex change the tooltip becoming transparent.
Please suggest me code for selected item of dropdown also. Thanks in advance.
Please remember to click " Mark As Answer " on the post that helps you. This can be beneficial to other community members reading the thread.
Good Luck
asteranup
All-Star
30184 Points
4906 Posts
Re: jquery msdropdown
Feb 28, 2012 04:20 AM|LINK
Hi,
Try this-
$("#webmenu").msDropDown({ mainCSS: 'dd2', onInit: callAfterInitialization });Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
alisha_waghm...
Member
19 Points
24 Posts
Re: jquery msdropdown
Feb 28, 2012 05:51 AM|LINK
Thanks :)
It worked for me. Now both are working fine, but when a partial postback occurs, then again tooltips are lost, even some time on selectindex change the tooltip becoming transparent.
Please suggest me code for selected item of dropdown also. Thanks in advance.
asteranup
All-Star
30184 Points
4906 Posts
Re: jquery msdropdown
Feb 28, 2012 06:06 AM|LINK
Hi,
Check this post-
http://forums.asp.net/p/1759576/4789371.aspx/1?Re+JQuery+Code+not+working+properly+after+cascading+dropdownlist+is+used+
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
alisha_waghm...
Member
19 Points
24 Posts
Re: jquery msdropdown
Feb 28, 2012 08:37 AM|LINK
Hi,
I am getting an error on pointing the mouse over the items of dropdown after the postback as
"Microsoft JScript runtime error: 'nodeType' is null or not an object." in jquery.tooltip.js file
That's why it is not displaying the tooltips. Why this error is coming, any idea?
Allen Li - M...
Star
10411 Points
1196 Posts
Re: jquery msdropdown
Feb 29, 2012 12:17 AM|LINK
Hi, please add the following codes to your markup and check the result again:
$(document).ready(function () { Sys.WebForms.PageRequestManager.getInstance().add_endRequest(callAfterInitialization); });If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
DotNetRaven
Member
236 Points
52 Posts
Re: jquery msdropdown
Feb 29, 2012 09:30 AM|LINK
Give the Dropdown a css class then add this..
$(".CssClassName").tipTip();That's it...
Good Luck