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
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(){
>
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(){
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
4 matches
Mail list logo