After switching to jQuery 1.4 everything works fine.
My guess is, that it had something to do with the css of my <div>. It
had a position:fixed attribute. But thats just a guess.

On 14 Jan., 23:08, Reinhard Vornholt <reinhard.vornh...@gmail.com>
wrote:
> Hello group,
>
> ich am fairly new to jQuery and using it with my wicket application. I
> have a problem with quite easy situation. I would like tofadeOut() a
> div when someon clicks on it.
> Thats what I have:
>
> <div id="feedbackPanel12" class="info" onclick=" $
> ('#feedbackPanel12').fadeOut();">
> <ul class="feedbackPanel">
> <li class="feedbackPanelINFO">
> <span class="feedbackPanelINFO">Arbeiter neu eingeteilt</span>
> </li>
> </ul>
> </div>
>
> And it it is not working... If I changefadeOut() with hide()
> everything is fine...
>
> can someont point me in the right direction
>
> thanx
>
> ps: I tried with FF and IE latest version each.

Reply via email to