Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- allToggle = $(".colapsible");
- $(".colapsible").each(function()
- { $(this).click(function()
- { allToggle.each(function(index, value)
- {if ($(this) != $(value))
- { if (!$(this).is("collapsed"))
- { Drupal.toggleFieldset(this);
- }
- }
- }
- )
- }
- );
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement