Hi Honza. The trouble is this will only find identifiers that are currently visible in the DOM window (in either the left or right hand pane). If an identifer is a property of an object that is several layers down and is not shown it will not be found.
On Jul 18, 12:38 pm, Jan Honza Odvarko <[email protected]> wrote: > On Jul 14, 4:17 pm, spiderplant0 <[email protected]> wrote:> Hi, > > > I'm looking at a websites javascript and I have the name of a > > variable. I'd like to find where this variable resideswithinthe DOM. > > Is there a way to do this? > > Switch to the DOM panel, and type name of the variable into the search > box available on the right side of Firebug toolbar. Search result > should be highlighted. > > I have quickly tested this and it works well for me. > > Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
