开启代码之旅 Launch With Code


1150 浏览 5 years, 6 months

18 Use jQuery to make Bootstrap progress bars function

版权声明: 转载请注明出处 http://www.codingsoho.com/

base.html

    <script>
    $(document).ready(function(){
        {% block jquery %}
        {% endblock %}
    });
    </script>