Thanks a lot I'll try that :)

On 9 juin, 13:19, Armand Datema <nok...@gmail.com> wrote:
> Here is part of the code we use to set a min or max image on the collapsed
> pane ( check the display property of your element
>
>                 var visibility = jQuery(this).css('display');
>
>                 if (visibility == "none") {
>                     $image.attr('src', pageurl+"max.png");
>                 } else {
>                     $image.attr('src', pageurl+"min.png");
>                 }
>
> On Tue, Jun 9, 2009 at 12:34 PM, tij_dev <tijmas...@googlemail.com> wrote:
>
> > Hello everybody !!!
>
> > I'm opening and closing a div and I would like to know if at a precise
> > moment this div is opened or closed.
> > Something like : $(div).isOpened() = "true"
>
> > Thanks in advance
>
> --
> Armand Datema
> CTO SchwingSoft

Reply via email to