Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How to locate a specific javascript file on a webpage?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #196713
    alston
    Participant

    Hello,
    I am currently studying javascript (beginner level) and I have a site that has multiple js files in the <head>, my question is, how can I look for a single js file that is being employed in just one section of a website?

    I know many scripts will have a name associated with what it does and that is what the script is titled. However, in this case the specific js file I want to locate was already loaded before I began work.

    This specific example that prompted my question is about finding a js file that gives a vertical tab feature to a webpage. Unfortunately the site/page in question is on a development server not open to the public so I can’t post the link. I am familiar with using the Chrome Inspector to view the html/css/js of the site, I just don’t know how to use that to find a specific js file.

    Any advice is greatly appreciated.

    #196720
    alston
    Participant

    Ah, the delete method, I did not think of that. Thanks again Shaneisme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.