Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Show jQuery button matches
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Avenger  
View profile  
 More options Sep 25 2012, 9:33 am
From: Avenger <w.kai...@fortune.de>
Date: Tue, 25 Sep 2012 06:33:00 -0700 (PDT)
Subject: Re: Show jQuery button matches

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.