llk8

MVC开发/常见错误集锦

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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

 

posted on 2014-01-10 17:20  llk8  阅读(416)  评论(0编辑  收藏  举报