Guest User

Untitled

a guest
Jul 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('#div').accordion(
  3. {
  4. event: 'mouseover',
  5. collapsible: true,
  6. autoHeight: false,
  7. alwaysOpen: true,
  8. active:
  9. if (objElement.className) {
  10. print '1'
  11. }
  12. if (objElement.className) {
  13. print '2'
  14. },
  15. autoHeight: false
  16. }
  17. );
  18. });
Add Comment
Please, Sign In to add comment