ImranBug

Results 2 issues of ImranBug

Safe/Over Class & onSafeCount not working with strictMax set to true. My Code: $(this).simplyCountable({ counter: $msgElem, countType: 'words', maxCount: 5, strictMax: true, safeClass: 'is--safe', overClass: 'is--over', countDirection: 'down', onSafeCount: function(count,...

Thanks for the plugin! When i open up a popup, i want the background section scroll to stop scrolling on mouse-wheel event but i cant find any solution for this,...