Kyaw Tun
Kyaw Tun
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(); }); ```
Thanks for sharing awesome library. Do your implementation has security considerations like disallowed tags and escaping.
100% websql implementation is interesting. any documentation for supported operations?