站点图标 山维空间

jQuery 1.12/2.2 未计入文档的修改

之前可以这样写

    $('[href=#hash]')

现在必须这样写

    $('[href="#hash"]')

其它属性选择器,如 attr^="#value" 等,也一样。

退出移动版