zoukankan      html  css  js  c++  java
  • bootstrap

    http://getbootstrap.com/

    http://cnbootstrap.com/index.html

    http://cnbootstrap.com/javascript.html

    熟悉以下控件:

    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-transition.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-modalmanager.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-modal.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-dropdown.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-scrollspy.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-tab.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-tooltip.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-popover.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-alert.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-button.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-collapse.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-typeahead.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-affix.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-bootbox.js",
    "~/Areas/Admin/Content/js/plugins/bootstrap/bootstrap-progressbar.js"


    /Areas/Admin/Content/js/plugins/forms/jquery.placeholder.js
    IE8不支持placeholder属性,需要引入此js

    "~/Areas/Admin/Content/css/ui_custom.min.css"自定义的css是在引入以下css的时候修改的
    "~/Areas/Admin/Content/css/bootstrap.min.css",
    "~/Areas/Admin/Content/css/bootstrap-modal.min.css",

  • 相关阅读:
    vue-实践1
    node 基本使用
    vue通信
    初始AMD和Common.js
    vue正确引入第三方包
    常见的java设计模式
    springboot加ES实现全局检索
    Cookie丢失的原因
    动态SQL
    用Java实现给图片添加文字
  • 原文地址:https://www.cnblogs.com/llk8/p/3514090.html
Copyright © 2011-2022 走看看