[jQuery] Re: hoverIntent conflicts in IE browsers ( superfish fly-out )

2009-05-27 Thread sutra
-out works in all IEs. On May 26, 9:05 am, Brian Cherne br...@cherne.net wrote: Can you send me a sample of the code that breaks? Thanks, Brian. On Tue, May 26, 2009 at 2:48 AM, sutra chinesedr...@gmail.com wrote: More finding on this issue. Turns out it may not be the issue with jQuey

[jQuery] Re: hoverIntent conflicts in IE browsers ( superfish fly-out )

2009-05-26 Thread sutra
on anything), it won't show up again unless I refresh the page, this is happening in IE6, IE7 and IE8. I removed the hoverIntent for further testing, the problem gone in all IE browsers. I then changed back to v1.3.2, everything seems to be working now. On May 25, 12:27 am, sutra chinesedr

[jQuery] Re: Superfish and IE6 Z-Index

2009-05-25 Thread sutra
Hi, I think I found the problem, the fly-out menu was working before and recently I upgraded to jquery 1.3.2, it stopped working in IE6. Downgraded to v1.2.6 again, the fly-out works. On Apr 30, 5:58 am, gfranklin gfrank...@gmail.com wrote: check the order in which your external javascripts

[jQuery] jquery v1.3.2 breaks the fly-out menu of Superfish in IE6.

2009-05-25 Thread sutra
I hope this post is appropriate, because this is the only way I could contact the author who wrote the script. quote: If you need help with the jQuery/JavaScript aspect of the plugin, post a message to the General jQuery Google Group with the word “Superfish” Thanks.

[jQuery] jQuery that doesn't allow the fade effect to work in Safari

2008-11-19 Thread sutra
Hi, I am curious if this bug fixes yet in the latest version? I am using Galleria for a site, and the images are loaded from cache, in Safari (Mac version), images somehow disable. Google for answer and I found a clue from here: http://jqueryfordesigners.com/image-loading/ quote: @Ryan - do you

[jQuery] Re: jQuery noConflict breaks the galleria in IE 6 7

2008-09-23 Thread sutra
Any idea on this issue at all? It works if NO no-conflict is used: http://teesworks.com/testIE.html It breaks if no-conflict is used: http://teesworks.com/testIE-with-noconflict.html

[jQuery] very simple addClass question for Accordion

2008-09-06 Thread sutra
; }); }); Any pointer is greatly appreciated. sutra

[jQuery] Re: very simple addClass question for Accordion

2008-09-06 Thread sutra
someone can help answer it, otherwise I will have to force to try the ui :-( sutra

[jQuery] Why do a recursion while window unload?

2008-08-27 Thread Sutra Zhou
Another question, in jquery.js(include version 1.2.3, 1.2.6 etc.) why add this code: 1. // Prevent memory leaks in IE 2. // And prevent errors on refresh with events like mouseover in other browsers 3. // Window isn't included so as not to unbind existing unload events 4.

[jQuery] addClass (odd and even)

2008-07-14 Thread sutra
I have a product listing like this : div class=listing ./div I want to add different background color for the odd and even listing like so: div class=listing odd ./div div class=listing even ./div div class=listing odd ./div I know how to use the simple addClass function in

[jQuery] horizontal and vertical accordion for jQuery?

2008-07-04 Thread sutra
I am using a prototype accordion from this site that has horizontal nested in vertical accordion. http://stickmanlabs.com/accordion/ Because it has some issue with IE, and that I'd been using jquery tab for the same site, therefor very much prefer to switch jQuery version, however I am unable

[jQuery] select list with image view

2008-05-10 Thread sutra
if it's open source; since that I am learning jQuery, I thought maybe there is already aplugin for a feature like this that is not listed in the jQuery official site. Many thanks! sutra

[jQuery] Re: Can jQuery do this?

2008-04-18 Thread sutra
Thank you all. I am going to play with the jQuey combobox. sutra

[jQuery] can't prototype co-exist with jquery

2008-04-12 Thread sutra
Hi I implemented jquery tab on a Magento site that uses prototype (not my choice but it comes with it). After spending hour getting my tabs work properly, I am dismay to find that it disables the lightbox and the image slider:

[jQuery] Re: can't prototype co-exist with jquery

2008-04-12 Thread sutra
Karl, thank you so much. I had it figured after a google search :) t On Apr 12, 6:29 am, Karl Rudd [EMAIL PROTECTED] wrote: The noConflict() method is what you're looking for:  http://docs.jquery.com/Core/jQuery.noConflict Karl RuddOn Sat, Apr 12, 2008 at 6:13 PM, sutra [EMAIL PROTECTED