var j = jQuery.noConflict();j("div p").hide(); // 基于 jQuery 的代码$("content").style.display = "none"; // 基于其他库的 $() 代码
本文共 116 字,大约阅读时间需要 1 分钟。
var j = jQuery.noConflict();j("div p").hide(); // 基于 jQuery 的代码$("content").style.display = "none"; // 基于其他库的 $() 代码
转载地址:http://zqowo.baihongyu.com/