if (document.getElementById("FirstDiv")) { $("#SecondDiv").hide(); }On Oct 17, 1:47 pm, Taylor <[EMAIL PROTECTED]> wrote: > Is there a simple way with jQuery to find a div with a specific id, > and display a different div if the id is found? I know this may not > be the best way to accomplish something, but I am trying to avoid > rewriting a shopping cart plugin.

