开发者

Google chrome developer tools: Element selection based on css class

开发者 https://www.devze.com 2023-01-24 15:23 出处:网络
Is there a good resou开发者_如何转开发rce on using console of Google chrome developer tools.

Is there a good resou开发者_如何转开发rce on using console of Google chrome developer tools.

I see an introduction here .

I have a specific qn about how to select HTML elements based on CSS class.

The above link shows how to select based on id (using $("") ).


Ok.. I figured it out.. similar to firebug, $$(".class")

0

精彩评论

暂无评论...
验证码 换一张
取 消