> From: [EMAIL PROTECTED]
> 
> How can I use JQuery to discover if a particular ID occurs 
> twice in my page?  I can't use "View Source' because the DOM 
> is changing as the user interacts with the page.

Reading between the lines here, it sounds like you don't have the View
Source Chart plugin for Firefox.

Even if the jQuery code previously posted does the trick, every web
developer should have this extension, so go get it now:

http://jennifermadden.com/scripts/ViewRenderedSource.html

Now you can locate the duplicate ID by selecting View Source Chart from
Firefox's View menu, then simply doing a Find and searching for:

id="myid"

-Mike

Reply via email to