为了账号安全,请及时绑定邮箱和手机立即绑定

如何实现$("id").hide()函数?

如何实现$("id").hide()函数?

LEATH 2019-01-30 15:07:48
函数采用如下实现方式function $(id) {return document.getElementById(id);}function hide(){$(id).style.display='none';}如何实现$("id").hide()方式使用<div id="box"></div>function show(){$(id).style.display='block';}function html(str){$(id).innerHTML=str;}如何实现类似jQuery的使用方式:使用$("box")返回document.getElementById(“box”)对象,使用$("box").show()显示元素,使用$("box").hide()隐藏元素,使用$("box").html("hello")设置内容,请问该如何实现?
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 680 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信