代码$(selector).wrap(wrapper);中的wrapper表示包裹元素的结构化标记
举一反三
- Wrapper Class(英译汉)
- 【单选题】获取id值为wrap下的li元素,下面代码中正确的是 A. $("#wrap>ul>li") B. $("wrap>ul>li") C. $("#wrap.ul.li") D. $("#wrap~ul~li")
- The shopper gets rid of the wrapper immediately because______. A: he is careless. B: it adds to the weight. C: it is difficult for him to handle. D: it has no importance for him.
- 下面代码中,能够将HTML文档中的每一个a元素包裹<;h1>;<;h1>;标签的是 A: $("a").wrap("<;h1>;<;/h1>;") B: $("a").wrapAll("<;h1>;<;/h1>;") C: $("a").wrapInner("<;h1>;<;/h1>;") D: $("a").wrapEvery("<;h1>;<;/h1>;")
- 使用jQuery判断页面中元素存在的方法,正确的是?(其中$为jQuery)() A: $(selector)===true B: $(selector)!==null C: $(selector)>0 D: $(selector).length>0