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",

  • 相关阅读:
    Python之图片格式转换
    pip依赖安装与记录
    Spectral Graph Theory的一些定理
    Beamer加中文
    Python之json
    Windows之建立C++开发环境
    Mysql分表教程
    null和空 not null
    yii 隐藏index.php的步骤
    yii泛域名
  • 原文地址:https://www.cnblogs.com/llk8/p/3514090.html
Copyright © 2011-2022 走看看