[jQuery] Re: event fired after SlideDown

2008-04-03 Thread Yuval Hager
On Mar 26, 11:37 am, "Olivier Percebois-Garve" <[EMAIL PROTECTED]> wrote: > Maye you can use setInterval and periodically test if your elem is visible ? > Thanks! this is exactly what I did eventually. Here's the code, I hope its sane: http://cvs.drupal.org/viewvc.py/drupal/contributions/module

[jQuery] Re: event fired after SlideDown

2008-03-25 Thread Yuval Hager
On Mar 25, 3:35 pm, "Olivier Percebois-Garve" <[EMAIL PROTECTED]> wrote: > As I am not Drupal user difficult to understand what you can do or cant. > Basically with jQuery animations you can pass a function as last param and > it > will be executed after: > > $("p").slideDown("slow",function(){ >

[jQuery] Re: event fired after SlideDown

2008-03-25 Thread Yuval Hager
On Mar 25, 3:35 pm, "Olivier Percebois-Garve" <[EMAIL PROTECTED]> wrote: > As I am not Drupal user difficult to understand what you can do or cant. > Basically with jQuery animations you can pass a function as last param and > it > will be executed after: > > $("p").slideDown("slow",function(){

[jQuery] event fired after SlideDown

2008-03-25 Thread Yuval Hager
This is probably truly basic, but I can't figure it out myself. The problematic code calculates and manipulates objects positioning (using offsetLeft and offsetTop), that runs on $(document).ready(). It runs as a module which is part of the Drupal CMS, so I don't have control over some of the co