码迷,mamicode.com
首页 > 编程语言 > 详细

总结的Javascript插件

时间:2017-10-31 20:13:25      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:eset   title   blog   string   好用   confirm   gif   func   log   

1、很好用的弹窗

https://limonte.github.io/sweetalert2/

https://github.com/limonte/sweetalert2

import ‘./untils/swal.css‘;
import swal from ‘sweetalert2‘

swal.queue(steps).then(function (result) { swal.resetDefaults() swal({ title: ‘All done!‘, html: ‘Your answers: <pre>‘ + JSON.stringify(result) + ‘</pre>‘, confirmButtonText: ‘Lovely!‘ }) }, function () { swal.resetDefaults() })

2、一款兼容的视频插件video.js

https://github.com/videojs/video.js

3、

 

总结的Javascript插件

标签:eset   title   blog   string   好用   confirm   gif   func   log   

原文地址:http://www.cnblogs.com/yiyi17/p/7762937.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!