$("a.linkclass").click(function() { var next = $($(this).attr("href")); $('.msg_body').fadeOut("fast", function(){ next.fadeIn("fast"); })});
by(e)Stephan
Post a Comment
No comments:
Post a Comment