[jQuery] Not able to Animate Initially Hide DIV

2009-07-15 Thread abhi
Hi All,,, I have some problem to Animate a DIV for which i have set Display property none initially I want to animate that div in perticular event here is my code http://www.w3.org/1999/xhtml";> function ani() { var f =document.getElementByI

[jQuery] How to Animate Innitially Hide Html Div by jQuery

2009-07-13 Thread abhi
How to Animate Innitial Hide Html Div by jQuery I want to animate Html Div that is Innitially hide , Div only dispaly on an perticular Event. I have a problem when it is Innitially hide

[jQuery] Cluetip: deactivate a tip

2009-03-10 Thread abhi
How do I deactivate or unbind a cluetip associated with an element? In the demo, togglable clueTip still invokes the onActivate function. I don't want any other processing to happen. Want to get rid of the hover over event processing for the element. Thanks in advance Abhi

[jQuery] how to create a javascript Extension using jquery

2008-12-04 Thread abhi
hi , i was trying to replace my javascript statements with jquery statements by including the jquery file in *.xul file. the xul file line is as under: and i am trying to access the "$"/ jquery functions in the other js file of my plugin. but its not working. plz help.