[jQuery] avoid page redirecting onclick of tooltip child controls

2009-10-08 Thread rajeshdara
hi all, I am using asp.net to display the tooltip pop-ups. We have a scenario to display the tooltip, onclick of radiobutton. We are using one more aspx page to display the tooltip. So, onclick of the radiobutton, the tooltip will be displaying in new aspx page as a popup. But, in the tooltip p

[jQuery] jquery tooltip is merging with aspx dropdowncontrol in IE6

2009-07-23 Thread rajeshdara
I am using jquery to display the tooltip when mouseovers on the image which is beside of the aspx dropdown or textbox controls. When mouseover on the image, if there are dropdown control, the tooltip text is merging with dropdown control.