I setup a link element and called its click event in jQuery but the click event is calling twice, please see below the code of jQuery.
$("#link_button")
.button()
.click(function () {
$("#attachmentForm").slideToggle("fast");
});
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…