Thank you all for your replies. Carl, I tried yours but nothing
happens when clicking previous. Anyway, thanks to a friend of mine,
here is the correct code (or at least, the code that works) in case
anybody wonders:
$(".gallery").prepend("pek").children("li:first").hide().slideDown("slow");
Don
pek,
Try this (untested):
$("testing").hide().insertBefore("#gallery
li:first").slideDown("slow");
Carl
pek wrote:
> First of all, thank you very much for the reply. It is really hard to
> get any reply in this mailing list. This is the third time I'm asking
> something and you are the first
First of all, thank you very much for the reply. It is really hard to
get any reply in this mailing list. This is the third time I'm asking
something and you are the first to answer.
Unfortunately, I've tried this and it kinda acts weird. Instead of
wrapping the testing with the effect, it wraps
This is what you would want to do:
$("#gallery li:first").before("testing").hide().slideDown("slow")
On Jul 3, 11:51 am, pek <[EMAIL PROTECTED]> wrote:
> I have a small problem when dealing with effects. Warning: Noob
> question ahead.
>
> Currently I have a list of items
>
> test
> test2
>
4 matches
Mail list logo