
js:
- $.fn.extend({
- "mycss": function (json) {
- this.html("我自己的css方法");
-
- //把jquery对象(jquery对象其实就是一个Js对象的集合,里边可能包含很多js对象)转化为js对象
- for (var i = 0; i < this.length; i++) {
- var jsobj = this[i];
-
- for (var key in json) {
- jsobj.style.setProperty(key, json[key]);
- }
- }
- }
- });
用法:
- $(".testdiv").mycss({ width: "100px", height: "100px", background: "#ffabcd", color: "#fff", "margin-top": "10px" });
欢迎加群讨论技术,1群:677373950(满了,可以加,但通过不了),2群:656732739。有需要软件开发,或者学习软件技术的朋友可以和我联系~(Q:815170684)
评价
排名
9
文章
115
粉丝
5
评论
5
ICP备案 :渝ICP备18016597号-1
网站信息:2018-2025TNBLOG.NET
技术交流:群号656732739
联系我们:contact@tnblog.net
公网安备:
50010702506256


欢迎加群交流技术