Jquery
文章平均质量分 95
丷寒枫丷
太阳是生命之光,海洋是智慧之源
展开
-
Javascrip 学习使用 flv.js 播放视频
@{ ViewBag.Title = "ManualVideo"; Layout = "~/Areas/Areas/Views/Shared/_Layout.cshtml";}@section style{ <style type="text/css"> .video { display: block; ...原创 2020-04-27 15:08:51 · 336 阅读 · 0 评论 -
Javascript兼容 Chrome 和 IE 打印预览
/** * jQuery printPage Plugin * @version: 1.0 * @author: Cedric Dugas, http://www.position-absolute.com * @licence: MIT * @desciption: jQuery page print plugin help you print your page in a bett...原创 2020-04-20 15:51:21 · 2018 阅读 · 0 评论 -
学习使用spin.js 完成 loading加载动画
Spin.js 的在线设计、演示及下载地址为:http://fgnass.github.io/spin.js/添加引用:<!-- bootstrap-4.1.3 --><link rel="stylesheet" href="/Content/new_wechat/dist/bootstrap-4.1.3/css/bootstrap.min.css" />&...原创 2019-04-02 09:49:43 · 737 阅读 · 0 评论 -
Javascript前端请求后端Asp.Net MVC 文件流到前端通知浏览器下载
前端请求代码: <script>$("#btn1").click(function () { var downloadFile = function () { download("设置文件名称.docx", "DownFile?Id=" + Id); }; ...原创 2019-08-12 09:46:36 · 1004 阅读 · 0 评论