jquery-confirm-master├── LICENSE
├── README.md
├── animations.html
├── bower.json
├── callback.html
├── css
│ ├── jquery-confirm.css
│ └── jquery-confirm.less
├── demo
│ ├── demo.css
│ ├── demo.js
│ ├── libs
│ │ ├── bs3.css
│ │ ├── bundled.css
│ │ ├── bundled.js
│ │ └── fonts
│ │ ├── FontAwesome.otf
│ │ ├── fontawesome-webfont.eot
│ │ ├── fontawesome-webfont.svg
│ │ ├── fontawesome-webfont.ttf
│ │ ├── fontawesome-webfont.woff
│ │ └── fontawesome-webfont.woff2
│ └── logo-name.svg
├── dist
│ ├── jquery-confirm.min.css
│ └── jquery-confirm.min.js
├── form.html
├── index.html
├── jquery-confirm.png
├── js
│ └── jquery-confirm.js
├── package.json
├── table.html
├── text.txt
├── themelayout.png
└── themes.html
6 directories, 30 files
评论