Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| // Advanced Filtering | |
| $(document).ready(function () { | |
| var alm_is_animating = false; // Animating flag | |
| var buttons = $('.filter-tag .btn'); | |
| // Btn Click Event | |
| $(document).on('click', '.filterTrigger .btn', function (e) { | |
| e.preventDefault(); | |
| // Prevent any action while animating or with disabled class |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.