Skip to:
Content
Pages
Categories
Search
Top
Bottom

Toggle Forums

  • Hi,

    I’m adding a toggle switch on categories for my forum, but they need to each have unique ids or something along those lines in order for the toggle to talk to each individual category.

    Any ideas how I could do this? Here is the code I have for the toggle.

    <script>

    $(“.toggle”).click(function () {

    $(“#box”).slideToggle(“slow”);

    });

    </script>

Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.
Skip to toolbar