jaguarjs-jsdoc icon indicating copy to clipboard operation
jaguarjs-jsdoc copied to clipboard

keep it open

Open yathit opened this issue 10 years ago • 1 comments

Left sidebar menu don't expend upon clicking class title. Amend main.js to fix

// Toggle when click an item element
$('.navigation').on('click', '.title', function (e) {
  e.preventDefault();
    $(this).parent().find('.itemMembers').toggle();
});

yathit avatar Jul 05 '14 23:07 yathit

This stops the class' page from loading, which can be problematic if a class doesn't have any members—then there is no way to access the class page.

webnard avatar Aug 28 '14 18:08 webnard