Re: [jQuery] problems with slideUP

2006-11-24 Thread Alexander Petri
ok i patched ist to this one but the first time i click it the alert in my .ajaxComplete says NULL to me even if i try to click it oncemore it works with strange effects both of the comments fold out. i just want to load the comments one time an then fold them in and out... // JavaScript Documen

Re: [jQuery] problems with slideUP

2006-11-24 Thread Klaus Hartl
Blair McKenzie schrieb: > I think you're html may be buggy. You shouldn't have DIVs or Ps nested > inside other Ps. The outer P should be changed to a DIV. The inline > styles you have on the outer P might also be involved. But I'm no CSS guru. Yes, because the block level elements inside the p

Re: [jQuery] problems with slideUP

2006-11-24 Thread Blair McKenzie
I think you're html may be buggy. You shouldn't have DIVs or Ps nested inside other Ps. The outer P should be changed to a DIV. The inline styles you have on the outer P might also be involved. But I'm no CSS guru. Blair On 11/25/06, Alexander Petri <[EMAIL PROTECTED]> wrote: Hi i done this li

[jQuery] problems with slideUP

2006-11-24 Thread Alexander Petri
Hi i done this little function to dynamicaly fold out comments to a blog but if i say hide comments with the function toggle the comment div dissapears but there is a lot of free space there the "html" below the comment wont slide up How can i fix that? i hope you understand my problem $("[EMAIL P

[jQuery] problems with slideUP

2006-11-23 Thread Alexander Petri
Hi i done this little function to dynamicaly fold out comments to a blog but if i say hide comments with the function toggle the comment div dissapears but there is a lot of free space there the "html" below the comment wont slide up How can i fix that? i hope you understand my problem $("[EMAIL P