手动安装

 您也可以手动地安装插件到你的项目中。只要下载源ZIP或TAR球和提取资产(CSS和JS插件文件夹)到你的项目中。

 

使用

 步骤1在你页面头部加载以下类库

 

1 <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet">
2 <link href="path/to/css/fileinput.min.css" media="all" rel="stylesheet" type="text/css" />
3 <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
4 <script src="path/to/js/fileinput.min.js" type="text/javascript"></script>
View Code

相关文章:

  • 2022-02-07
  • 2021-12-21
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2021-12-09
  • 2022-12-23
  • 2021-07-13
  • 2022-01-17
  • 2021-05-03
相关资源
相似解决方案