Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. (function ($) {
  2. $(document).ready(function() {
  3. $(".item-list > ol").accordion({
  4. collapsible: true,
  5. heightStyle: "content"
  6. });
  7. });
  8. })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement