九旬 九旬
2年前
前端培训-Vue专题之Vue基础
简介特点:MVVM框架,双向绑定,数据驱动,单页面,组件化。区别Vue和jQuery的区别:不直接操作DOM,而是操作数据。案例:HelloWorld你好,世界HTML代码:xml<h1msg</h1jQuery实现javascript$("h1").text("你好,世界");Vue实现javascriptthis.msg'你好,世界'
Stella981 Stella981
2年前
List of Useful jQuery Plugins
IviewedeachofthejQuerypluginsinthejQuerypluginsrepository(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fjquery.com%2Fplugins%2Fproject%2FPlugins%2Fname).I
Stella981 Stella981
2年前
IE下 iframe子页面document.documentElement报错问题(未指明的错误。)
测试环境:IE8 jquery1.11.1问题描述:如果使用了<iframe,并且在iframe页面中用到了jquery,那么在加载iframe页面时会报错.(未指明的错误)经过排查,错误来自红色部分"focus":function(elem){  returnelem document.activeE
Stella981 Stella981
2年前
Jquery补充及插件
此篇为jQuery补充的一些知识点,详细资料请看另一篇博客,地址:https://www.cnblogs.com/chenyanbin/p/10454503.html一、jQuery中提供的两个函数1$.map(array,callback(element,index));21.对于数组
Stella981 Stella981
2年前
JQuery EasyUI Grid 分页
以下示例使用JQueryEasyUI、SpringMVC:首先定义一个DataGrid:$('tt').datagrid({fit:true,pageNumber:1,pageList:
Stella981 Stella981
2年前
Jerry的UI5框架代码自学教程
SAPUI5对View元素基于jQuery的操作方式,使得其学习曲线相对Angular/React来说比较平缓,至少对于我个人而言是这样。对于已经有jQuery经验的前端开发人员来说很容易上手。!(https://static.oschina.net/uploads/img/201801/21211708_SfQW.png)使用UI5开发SA
Stella981 Stella981
2年前
JavaScript强化教程——jQuery
本文为 H5EDU(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.h5edu.cn%2F) 机构官方 HTML5培训(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.h5edu.cn%2F) 教程,主要
Stella981 Stella981
2年前
JQuery BlockUI遮罩层
官方地址:http://jquery.malsup.com/block/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fjquery.malsup.com%2Fblock%2F) 需要使用的js引入jquery包引入插件包JQueryBlockUI(官方下载相应的js)
Stella981 Stella981
2年前
Image Upload based on jQuery
今天把自己写的一个简单的jQuery上传插件放到了Git@OSC上了,希望能帮助需要的人,并且得到高人的指点,一起用心的维护下去。戳这里((https://git.oschina.net/GoodLoser/ImageUploader)http://git.oschina.net/GoodLoser/iUploader(http://git.osch
Stella981 Stella981
2年前
MVC5 新建项目里不包含jquery.unobtrusive
MVC5新建项目里不包含jquery.unobtrusiveajax.js(MVC5异步表单的问题)解决方法参考文章:(1)MVC5新建项目里不包含jquery.unobtrusiveajax.js(MVC5异步表单的问题)解决方法(https://www.oschina.net/action/GoToLink?urlhttps