There is a FireBug-Extension called "FireQuery", which helsp trace the 
events connected to ein element.

Am Sonntag, 23. September 2012 18:57:47 UTC+2 schrieb Dotan Cohen:
>
> Hi all, new Firebug user here. The codebasethat I am maintaining uses the 
> jQuery click() function, like so:
>
> $("#submitSearchForm").click(function(e) {
>     e.preventDefault();
>     // doDomething();
> });
>
> <input type="submit" id="submitSearchForm" name="submit" />
>
> Is there any way to find these Javascript uses from following the trail 
> from right-clicking on the submit button in question and then selecting 
> Inspect Element with Firebug? Or must I continue to search through the 
> source code of all the Javascript files for the string "submitSearchForm"?
>
> Thanks.
>

-- 
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
https://groups.google.com/forum/#!forum/firebug

Reply via email to