CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jre247

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    6,701

    Re: jquery - show multiple divs

    Here's the jquery script I'm using that isn't working:


    <script type="text/javascript">
    $(document).ready(function () {
    $("img#importantImg").click(function () { ...
  2. Replies
    2
    Views
    6,701

    jquery - show multiple divs

    I'm wondering how I can show multiple divs after a user clicks on an img link with div "importantImg" below using jquery (importantImg isn't below but is in my program). The problem is that this is...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured