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
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
2 matches
Mail list logo