[jQuery] superfish IE error - pleasee help

2010-03-03 Thread Eddie
Hi All, this is the error i get in superfish menu in joomla jQuery.noConflict(); jQuery(function($){ $("ul.sf-menu").superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800, animation: {opacity:'show'}, speed:'def', autoArrows:0, dropShadows:1}) }); jQuery(window).load( functi

[jQuery] superfish joomla

2010-02-26 Thread Eddie
Hello all at jquery group, superfish menu in joomla works fantastic but it gives an error in IE8 and my client hates it! the "done, but with errors" this is the errordoes anyone know how to fix it!! Best, Chris Message: Object doesn't support this property or method Line: 48 Char: 35 Code: 0

[jQuery] Superfish how to add mouseup event

2009-08-05 Thread Eddie
hi there, does anyone knows how can i add an onmouseup event script for the drop down menu? i want to provide an alternative clicking convenient for the user, other than clicking on the anchor to access the menu items. I want to make the acess is possible even if the user clicks at the background

[jQuery] hide/show function in jquery

2009-03-04 Thread Eddie
Hello, i have a jquery page all set out as a static ajax comments page, what i want to do is edit it by adding a hide/ show button - like the one here: http://www.funnyjunk.com/funny_pictures/1847/Hairy+Bra/ Does anyone know the foreach statement of adding this? I can send over the file if any

[jQuery] Re: jScrollPane - Single drag image

2008-05-14 Thread Eddie
I was using that plugin and it seems not have such option, but you can use one of those images, e.g. the middle image container. To ensure the top and bottom images won't break your styles, you can set their display property to none. On 13 maio, 23:06, lwoods <[EMAIL PROTECTED]> wrote: > In all

[jQuery] Re: Problems with $.addClass()

2008-05-04 Thread Eddie
Have you already considered toggling those classes? $('#some_div').toggleClass('new_class').toggleClass('defaultClass'); Maybe you'll have to rewrite the 'new_class' properties to keep some persistent styles. On 4 maio, 11:37, Liam Byrne <[EMAIL PROTECTED]> wrote: > An explicit "by id" style set

[jQuery] Re: hover and fadin and fade out need help...

2008-05-04 Thread Eddie
; > > }, > > ); > > > what I want to do is when the mouse goes over the image I want a > > window not a popup window but a window that fades in on the right or > > left of the image where it would have a list of other images and if > > the mouse goes of

[jQuery] Re: Why won't this get the image's width?

2008-05-04 Thread Eddie
Hi Bruce, You have to declare the image's width before getting it, but if it's not desired, you have to preload the image. On 4 maio, 07:08, Bruce MacKay <[EMAIL PROTECTED]> wrote: > Hello folks, > > This piece of code > > if (($('#theImage').length>0)) { > var img_width =

[jQuery] Re: hover and fadin and fade out need help...

2008-05-03 Thread Eddie
Hi Aaron, Try this: $(".elementClass").hover( function(){ $(this).fadeIn("normal"); }, function(){ $(this).fadeOut("normal"); }, ); If it's not what you expected, post your code. On 3 maio, 17:50, Aaron <[EMAIL PROTECTED]> wrote: > Hi I am somewhat new here and

[jQuery] Re: IE6 problems?

2008-04-29 Thread Eddie
Sorry! I meant: $("#subnav :first-child").addClass("ieTop"); On 29 abr, 00:36, Eddie <[EMAIL PROTECTED]> wrote: > Or try: $("#subnav li:first-child").addClass("ieTop"); > > On 28 abr, 22:15, Hamish Campbell <[EMAIL PROTECTED]> wrote

[jQuery] Re: jQuery Cycle Plugin pager option

2008-04-29 Thread Eddie
Hi Donna, According to your pager selector ("#nav") its markup, you should use the pagerAnchorBuilder option like this: $(document).ready(function(){ $('#featuretabs').cycle({ fx: 'turnLeft', speed: 'fast', timeout: 0, pager: '#nav',

[jQuery] Re: IE6 problems?

2008-04-28 Thread Eddie
Or try: $("#subnav li:first-child").addClass("ieTop"); On 28 abr, 22:15, Hamish Campbell <[EMAIL PROTECTED]> wrote: > One alternative method is: > > $('#subnav li').eq(0).addClass('ieTop'); > > On Apr 29, 11:58 am, hubbs <[EMAIL PROTECTED]> wrote: > > > I am trying to add a class to the first chi

[jQuery] Re: Cycle (fx:'custom' )

2008-04-27 Thread Eddie
known transition: custom". It's not a > > error message, but I believe it has something to do with the bug in IE > > and Safari. Then, I tried turning the custom effect into a transition > > definition as the described in the Cycle documention (http:// > > www.m

[jQuery] Cycle plugin not working on IE and Safari

2008-04-26 Thread Eddie
Hails! I've been having a trouble with a custom effect on IE and Safari, but it works perfectly on Firefox, although Firebug shows the following message: "[cycle] unknown transition: custom". It's not a error message, but I believe it has something to do with the bug in IE and Safari. Then, I trie

[jQuery] Cycle (fx:'custom' )

2008-04-26 Thread Eddie
Hails! I've been having a trouble with a custom effect on IE and Safari, but it works perfectly on Firefox, although Firebug shows the following message: "[cycle] unknown transition: custom". It's not a error message, but I believe it has something to do with the bug in IE and Safari. Then, I trie