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

Search:

Type: Posts; User: Snowcore

Search: Search took 0.03 seconds.

  1. Re: Problem utilizing checkbox array with Javascript

    Or much simplier with jQuery: you assigns generic class for your checkboxes and just:



    $("#container .boxes[checked]")
  2. Replies
    7
    Views
    4,388

    Re: javascript switch case statement.

    Use FireBug - it's a great firefox addon
  3. Replies
    4
    Views
    1,402

    Re: several html forms POST to one .php file

    *ROFL*

    bad happens...
  4. Replies
    4
    Views
    1,366

    Re: Reload page in javascript

    use
    <body onload="alert(msg);">
  5. Replies
    6
    Views
    8,501

    Re: Ajax back button problem

    do you use one form per page?
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured