旁邊我怎樣才能讓用jQuery是這樣的:jQuery的發現ID HREF
1)如果我點擊鏈接,它淡入格與同一ID就像被點擊鏈接的HREF元素。
我的劇本是在這裏
var search = $("#bottom").find("a"),
hotels = $(".hotels").find("div").hide();
search.on("click", function (e) {
$(this.hash).hotels("#hash").show();
e.preventDefault();
});
這裏
全snipet http://codepen.io/anon/pen/MwNEgr
「*具有相同的ID *」。 **不可能**。 ID *必須*在DOM中是唯一的。 – D4V1D
與href *相同的id *這很好。 – cjol