问答详情
源自:4-3 使用jQuery实现网页定位导航(下)

"[href="+curentId+"]"

为什么有加号啊

提问者:orangecat 2015-03-08 16:20

个回答

  • orangecat
    2015-03-08 16:21:11

    就跟拼接字符串一样,currentId是个对象,不加加号的话menu.find("[href = currentId ]")表示找href属性为"currentId"的,很显然没有,只有href属性为"item1"、"item2"、....这样的。