开发者

How to inspect if javascript/jquery is loaded in the DOM?

开发者 https://www.devze.com 2023-04-06 18:23 出处:网络
no examples this time. I am a bit new to javascript. What is the best opt开发者_如何转开发ion to inspect if a certain javascript is loaded in the DOM? Let\'s say now I applied colourbox to my site, bu

no examples this time. I am a bit new to javascript. What is the best opt开发者_如何转开发ion to inspect if a certain javascript is loaded in the DOM? Let's say now I applied colourbox to my site, but still its not working, so what I want to see if it is a problem with javascript or somewhere else.

Also, what is the best tool to inspect on a certain javascript online. Let's say I want to do something similar to: http://muthemes.com/yield/ - a javascript slider with borders from left and right, that starts with text "Advertising projects, graphic design jobs, architecture assignments". I really do not understand which script is loaded for this. Can you please share some wisdom with me in order not to create such post's in the future. Thanks! I will appreciate very much.


for Firefox: Firebug. Chrome, Opera and IE have similar build-in functions (just press F12 / search for "developer console" on google).

This tools provide a console, detailed error-messages, debugging tools, dom- and css-inspectors and a lot of other useful stuff to make inspectinig and debugging a website very easy.

just install/open and play around to get used to this tools. they're almost self-explaining. For more information, there are a lot of wikis and good tutorials out there in the www - just ask google for help.

0

精彩评论

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

关注公众号