[jQuery] Re: Nubee - concatenating & code help

2008-10-09 Thread ivframes
Thanks! I have managed to fix my code as well: // photo $(".photo").click(function() { $(".jq").hide().load("page.php?p=photo", function() { $(this).slideDown("slow"); }); $("#closerbutton, #editbutton").removeClass().addClass("phox

[jQuery] Re: Nubee - concatenating & code help

2008-10-08 Thread MorningZ
http://docs.jquery.com/Selectors/multiple#selector1selector2selectorN $(".closerbutton, .editbutton").show("slow"); On Oct 8, 4:42 pm, ivframes <[EMAIL PROTECTED]> wrote: > First of all, is it possible to concatenate events with similar (the > same) functions? > > For example: > > $(".closer