home/theblueo/www/wp-content/themes/thebos/assets/js/skill.js000060400000000565152142233260020372 0ustar00jQuery(document).ready(function($){ $('.nb-progress').each(function(){ var a = $(this).find('.nb-progress-bar'), b = $(a).data('percent'); waypoint = new Waypoint({ element: a, handler: function() { a.css('min-width',b+'%'); }, offset: 'bottom-in-view' }); }); } );