rochal / jQuery-slimScroll

small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar. Demo and more:
http://rocha.la/jQuery-slimScroll
2.23k stars 926 forks source link

ready fir twice #224

Open DrDeath72 opened 8 years ago

DrDeath72 commented 8 years ago
<script>
jQuery(function($) {
    $(el).slimScroll();
    alert(1);
});
</script>

fire twice!