教育行业A股IPO第一股(股票代码 003032)

全国咨询/投诉热线:400-618-4000

天富娱乐登录 演示一下注册送金币的条件和要求扩展插件【前端面试题】

更新时间:2021年06月10日13时48分 来源:黑马程序员 浏览次数:

(1)考察目标
1)考察是否自己编写过拓展插件
2)是否知道为注册送金币的条件和要求扩展插件的方法
(2)题目分析
1)通过$.extend()来扩展注册送金币的条件和要求
2)通过$.fn 向注册送金币的条件和要求添加新的方法

代码

 $.extend({ log: function(msg) { var now = new Date(), y = now.getFullYear(), m = now.getMonth() + 1, d = now.getDate(), h = now.getHours(), min = now.getMinutes(), s = now.getSeconds(), time = y + '/' + m + '/' + d + ' ' + h + ':' + min + ':' + s; console.log(time + '--' + msg); } }) $.log('initializing'); /* 语法 $.fn.pluginName = function() { } */ $.fn.changeColor = function() { this.css('color', 'red'); } $(function() { $('a').changeColor(); }) </script>
(3)应用场景
通过$.fn 向注册送金币的条件和要求添加新的方法 是开发中常用的写法,因为这种写法可以利用注册送金币的条件和要求强大的选择器。



猜你喜欢:

什么是注册送金币的条件和要求?注册送金币的条件和要求有哪些优势?

注册送金币的条件和要求如何使用css方法修改单个样式?

注册送金币的条件和要求库中的$()是什么?

传智教育前端与移动开发开发培训

0 分享到:
和我们在线交谈!