开启代码之旅 Launch With Code


1307 浏览 6 years, 1 month

18 Use jQuery to make Bootstrap progress bars function

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

base.html

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