1 line
No EOL
208 B
JavaScript
1 line
No EOL
208 B
JavaScript
jQuery(document).ready(function($){$(".level-bar-inner").css("width","0"),$(window).on("load",function(){$(".level-bar-inner").each(function(){var n=$(this).data("level");$(this).animate({width:n},800)})})}); |