SyntaxFix
Write A Post
Hire A Developer
Questions
Try using the not() method instead of the :not() selector.
not()
:not()
$(".content a").click(function() { $(".content a").not(this).hide("slow"); });