[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 there

Re: [jQuery] fadeIn - fadeOut keeps repeating

2006-10-12 Thread Onno Timmerman
trouble following but 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/06, Onno

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 if you

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 needs to rerun when AHAH

[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 it

[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

Re: [jQuery] spin 360°

2006-09-17 Thread Onno Timmerman
/blog-ktYYK_s5fqJ2Hu1ryv2QSL0-?cq=1p=245; armand On 9/15/06, Onno Timmerman [EMAIL PROTECTED] wrote: 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

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

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.checkform =

Re: [jQuery] behaviour of show()

2006-09-17 Thread Onno Timmerman
Onno Timmerman schreef: I got in html ul style= li id=l0 lorum ipsum p id=f0 cut ul p {display:none;} ul ul {display:none;} In jquery I give: $(li).click(function(){$(this).find(p).show(slow); $(this).next(ul).show(slow); Seems

[jQuery] konquerer, safari

2006-09-17 Thread Onno Timmerman
(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 ___ jQuery mailing list discuss

[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

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 a

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 a

Re: [jQuery] ImagaBox plugin

2006-09-14 Thread Onno Timmerman
://jquery.com/discuss/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- Onno Timmerman Code-on only code, no design Cumontstraat 14 9300 Aalst 0478/42.21.91 btw: 879.588.971

[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 except IE.

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 on