menu.find("[href="+currentId+"]").addClass("current")不太理解("[href="+currentId+"]"),为什么不能直接写成("href="+currentId).
这是选择器部分呢, [name="value"] ,是固定的格式 找名称为name,属性为value的节点。
http://www.w3school.com.cn/cssref/css_selectors.asp