Re: anonymous functions; naming of and firebug

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • szako szako

    Re: anonymous functions; naming of and firebug

    I experienced the same, firebug doesn't show event changes linked to
    objects in html source...

    *** Sent via Developersdex http://www.developersdex.com ***
  • Thomas 'PointedEars' Lahn

    #2
    Re: anonymous functions; naming of and firebug

    szako szako wrote:
    I experienced the same,
    The same *what*?


    firebug doesn't show event changes linked to objects in html source...
    And there is no good reason why it should. Contrary to apparent popular
    belief, adding event listeners to an object does not modify the underlying
    source code; it does not even modify the document tree. It would be nice if
    Firebug could keep track of real event listeners added with scripting, but
    that is a Firebug RFE and therefore outside of the scope of this newsgroup.


    PointedEars
    --
    Use any version of Microsoft Frontpage to create your site.
    (This won't prevent people from viewing your source, but no one
    will want to steal it.)
    -- from <http://www.vortex-webdesign.com/help/hidesource.htm>

    Comment

    Working...