Re: [jQuery] fadeIn - fadeOut keeps repeating

2006-10-12 Thread Onno Timmerman
you should be sure to use the hover > event $().hover(overFunction, outFunction) instead of a sperate > mouseover and mouseout and there is no need to set display: none or > display:block as the fadeOut and fadeIn methods already do this. > > -- > Brandon Aaron > > On 10/12

[jQuery] fadeIn - fadeOut keeps repeating

2006-10-12 Thread Onno Timmerman
Imagine I have a menu system. You go over with the mouse and a menu "fadeIn" then you go down over the menu and over the edge so that the menu will "fadeOut" again. But before its faded out you go back up with the pointer. The animation will do now two thing. It will fade out but as soon it th

Re: [jQuery] unsuscribe

2006-10-12 Thread Onno Timmerman
A forum and a split up of the mailing list could maybe help. Also more tutorials would help! Jeri schreef: > Yikes - this is a very active discussion group. Too much information. > Please take my email address off the list. > > [EMAIL PROTECTED] > > > > ---

Re: [jQuery] load + tickbox + document(ready) ???

2006-10-10 Thread Onno Timmerman
Onno Timmerman schreef: > I got a easy problem if you know how to implement it. > > I call some info with the AHAH load function. In this info it should be > possible to call TickBox. However my problem is that TickBox won't work. > My guess is, because the DOM travesing

[jQuery] load + tickbox + document(ready) ???

2006-10-10 Thread Onno Timmerman
I got a easy problem if you know how to implement it. I call some info with the AHAH load function. In this info it should be possible to call TickBox. However my problem is that TickBox won't work. My guess is, because the DOM travesing needs to rerun when AHAH loads a piece of information on

Re: [jQuery] IE7 May be Pushed out Tomorrow

2006-10-10 Thread Onno Timmerman
Webunity|Gilles van den Hoven schreef: > Rey Bango wrote: >> If you don't want to upgrade, be very vigilant about what automatic >> updates you install during MS' normal patch cycle: >> > Does anybody know if it is possible to run both IE 6.x and IE7 both on > thesame system? An absolute must

[jQuery] IE fadeTo won't work?

2006-10-05 Thread Onno Timmerman
$("li.menu").hover(function(){ $(this).find("ul").fadeTo("medium", 0.92); }, function(){$(this).find("ul").fadeTo("medium", 0);} ); This does work in Firefox but not in IE. 1. the fade won't work. 2. the hover over starts. But when the mouse goes out of the box

[jQuery] how to if else situation with fx (tutorial request)

2006-09-29 Thread Onno Timmerman
Hi, I was wondering how do you put if else situations in Jquery. For example: if ($(div.foo).css("display") == "none") { do this } else { do that } If something is open it needs to be closed first before something else will be openend. I have prob

[jQuery] konquerer, safari

2006-09-17 Thread Onno Timmerman
ot;li a").click(function(){ $(this).parent().children().fadeIn("slow"); }); -- Onno Timmerman Code-on only code, no design Cumontstraat 14 9300 Aalst 0478/42.21.91 btw: 879.588.971 _

Re: [jQuery] behaviour of show()

2006-09-17 Thread Onno Timmerman
Onno Timmerman schreef: > Onno Timmerman schreef: >> I got in html >> >> >> >> lorum ipsum >> >> > <<<<>>>>>> >> ul p {display:none;} >> ul ul {display:

Re: [jQuery] behaviour of show()

2006-09-17 Thread Onno Timmerman
Onno Timmerman schreef: > I got in html > > > > lorum ipsum > > <<<<>>>>>> > > ul p {display:none;} > ul ul {display:none;} > > In jquery I give: > > $("li").click(functi

Re: [jQuery] hoe to get attributes?

2006-09-17 Thread Onno Timmerman
Olivier Percebois-Garve schreef: > Hi > > It seems that there is cases where it is not possible to get attributes. > How to deal with this ? > $(this).val() // works > $(this).name() //not working > $(this).id() //not working more like $(this.id); > > etc... > > Here is my code : > > $.fn

[jQuery] behaviour of show()

2006-09-17 Thread Onno Timmerman
I got in html lorum ipsum Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo con

Re: [jQuery] ImagaBox plugin

2006-09-17 Thread Onno Timmerman
How are things going with your plugin? I want to use it in a project. As I believe thickbox doesn't let the box grow or shrink animation to the size of the picture? Or am I wrong about that? ___ jQuery mailing list discuss@jquery.com http://jquery.co

Re: [jQuery] spin 360°

2006-09-17 Thread Onno Timmerman
; > hi > > here is a YUI version of rotate > > http://blog.360.yahoo.com/blog-ktYYK_s5fqJ2Hu1ryv2QSL0-?cq=1&p=245&; > > armand > > On 9/15/06, Onno Timmerman <[EMAIL PROTECTED]> wrote: >> Would it be possible to let a image spin 360° around. >

[jQuery] spin 360°

2006-09-15 Thread Onno Timmerman
Would it be possible to let a image spin 360° around. How would it be done? Onno ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] ImagaBox plugin

2006-09-14 Thread Onno Timmerman
Regards, Klaus >> >> ___ >> jQuery mailing list >> discuss@jquery.com >> http://jquery.com/discuss/ >> > > ___ > jQuery mailing list > discuss@jquery.com > ht

Re: [jQuery] ImagaBox plugin

2006-09-14 Thread Onno Timmerman
Stefan Petre schreef: > Hi, > > Maybe some of you that migrated from prototype to jQuery miss the > Lightbox plugin. I know I do for some projects. > I know that we have the great Thickbox plugin. But in some situations > thickbox is too complex or not that > slick like Lightbox. > > So, I made

Re: [jQuery] ImagaBox plugin

2006-09-14 Thread Onno Timmerman
Stefan Petre schreef: > Hi, > > Maybe some of you that migrated from prototype to jQuery miss the > Lightbox plugin. I know I do for some projects. > I know that we have the great Thickbox plugin. But in some situations > thickbox is too complex or not that > slick like Lightbox. > > So, I made

[jQuery] jTip hack

2006-09-14 Thread Onno Timmerman
Does somebody have an hack of jTip so that it does not cross the bottom of the screen. The Jtip should then be up side down. Just like what happens when it hits the left border. thx ___ jQuery mailing list discuss@jquery.com http://jquery.com/discu

[jQuery] jTip

2006-09-14 Thread Onno Timmerman
Does somebody have an hack of jTip so that it does not cross the bottom of the screen. The tip should then be up side down. Just like what happen when it hits the left border. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] IE hate: Replacing background image

2006-09-13 Thread Onno Timmerman
Klaus Hartl schreef: > > Onno Timmerman schrieb: >> The first background is defined in the CSS layout called #tabs >> >> One click I need the browser to load a new background image. >> $("div#tabs").css("background-image", "url(\"./image

[jQuery] IE hate: Replacing background image

2006-09-13 Thread Onno Timmerman
The first background is defined in the CSS layout called #tabs One click I need the browser to load a new background image. $("div#tabs").css("background-image", "url(\"./images/tabs/" + this.id + ".gif\")"); this.id == the name of the background image. This works in all browsers known to me e

Re: [jQuery] IE5 Compatibility

2006-09-07 Thread Onno Timmerman
Daimajin schreef: > John, is there any news about this plugin? I've tried what has been > suggested on the bug tracker > (http://liorean.web-graphics.com/scripts/array.js), this script seems to > work but jQuery still fails to load. > > John Resig wrote: >> Hello - >> >> I'm currently planning