[jQuery] Re: hide() works fine - fadeOut() is not working - Don't understand....

2010-01-17 Thread Reinhard Vornholt
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=feedbackPanelINFOArbeiter 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.


Re: [jQuery] Re: hide() works fine - fadeOut() is not working - Don't understand....

2010-01-17 Thread Nathan Klatt
On Sun, Jan 17, 2010 at 6:17 AM, Reinhard Vornholt
reinhard.vornh...@gmail.com wrote:
 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.

Glad you got it figured out but it wasn't the position:fixed styling
or, at least, not only that.

http://jsbin.com/esado/edit

I just like to play on JSBin. :)