文件名称:jquery.path
- 所属分类:
- 其他小程序
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2013-01-23
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- fsd****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
:路径是一个伪类选择器写在jquery。它会自动过滤掉href属性相匹配的窗口位置和它的祖先。用它来风格或修改活跃在导航没有服务器端交互的状态。
用法(示例):
$( ul a:path ).parent().addClass( active )
是捆绑在相似的选择器:当前,过滤掉hrefs指向同一页面的窗口。位置的回报。-:path is a pseudo-class selector written in jquery. It automatically filters out href attributes that matches the window location and it s ancestors. Use it to style or modify active states in navigations without server-side interaction.
Usage (example):
$( ul a:path ).parent().addClass( active )
Comes bundled with the similar selector :current that filters out hrefs that points to the very same page that the window.location returns.
用法(示例):
$( ul a:path ).parent().addClass( active )
是捆绑在相似的选择器:当前,过滤掉hrefs指向同一页面的窗口。位置的回报。-:path is a pseudo-class selector written in jquery. It automatically filters out href attributes that matches the window location and it s ancestors. Use it to style or modify active states in navigations without server-side interaction.
Usage (example):
$( ul a:path ).parent().addClass( active )
Comes bundled with the similar selector :current that filters out hrefs that points to the very same page that the window.location returns.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jquery.path.js