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

  • 相关阅读:
    css Tab选项卡1
    顺序栈的相关操作(初始化、入栈、出栈)
    用jdk在cmd下运行编译java程序
    UNIX标准及实现
    正则表达式
    gdb调试
    CSS 公共样式
    babel更新之后的 一些坑
    webpack4.x配置详情
    webpack4.x打包配置
  • 原文地址:https://www.cnblogs.com/llk8/p/3514090.html
Copyright © 2011-2022 走看看