开发者

How does the Chrome Developer Tool "Properties" section help with CSS/JavaScript development?

开发者 https://www.devze.com 2023-01-23 03:32 出处:网络
How does the Chrome Developer Tool \"Properties\" section help with CSS/JavaScript development? In the screenshot it shows blur, contains, focus, et开发者_高级运维c.

How does the Chrome Developer Tool "Properties" section help with CSS/JavaScript development?

In the screenshot it shows blur, contains, focus, et开发者_高级运维c.

I don't know what you can do with these.

How does the Chrome Developer Tool "Properties" section help with CSS/JavaScript development?


It's showing you exactly which JavaScript functions are included in that element's prototype (the functions that you can call on that element).

It helps when you're trying to figure out exactly how you can solve a specific problem but you're not sure exactly what JavaScript functions you have available to you.


Speaking about css, i found the dev tool to be very very usefull. I use it to debug my css code and check whatever an element inherited a class that doesn't mean to be there. I never used it for javascript code, except for random errors i couldn't solve by myself.

0

精彩评论

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

关注公众号