jQuery :target 选择器
jQuery :target 选择器选择由文档 URI 的格式化识别码表示的目标元素
语法
$( ":target" )
如果文档的 URI 包含一个格式化的标识符或 hash(哈希),那么 :target
选择器将匹配 ID 和标识符相匹配的元素
例如,给定的 URI http://example.com/#foo,则 $("p:target" ),将选择 <p id="foo">
元素
jQuery :target 选择器选择由文档 URI 的格式化识别码表示的目标元素
$( ":target" )
如果文档的 URI 包含一个格式化的标识符或 hash(哈希),那么 :target
选择器将匹配 ID 和标识符相匹配的元素
例如,给定的 URI http://example.com/#foo,则 $("p:target" ),将选择 <p id="foo">
元素
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.