Forums

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

Home Forums JavaScript Analyzing a web page with javascript

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25790
    ramonekalsaw
    Member

    Hello,

    I’m trying to understand how web pages I visit are using jquery. I’ve been using Firebug and Viewsource to try and figure out what scripts are being applied to specific elements on the page but I’m not seeing a clear correspondence.

    Any tips for identifying which scripts go to which elements … using Firebug or viewsource … or any other suggestions.

    Thanks.

    #62432
    Mr KiTT3N
    Member

    check out the jquery plugin "dump"

    http://plugins.jquery.com/project/Dump

    to detect if jquery is being used open up firebug and try running a jquery code ie ( console.log( jQuery(‘*’) ) ) or something like that… if no error you will get a object returned

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