Jump to content

How can I view a javascript that is referenced in *.html


vmars316

Recommended Posts

DL the FireBug plugin for Firefox and view the page that imports the script. Open FireBug and open the scripts tab. There will be a name at the top of the firebug tab that says *.js. Click on that and it'll show you all the scripts being used by the page. Click any one to view the source. Or, view the HTML in FireBug and in the head section you'll be able to expand the script tag that imported the script.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...