为什么这不起作用...
$('#parent').children()[3].html('内容');
不起作用 TypeError: $("#parent").children()[3].html is not a function。
这是什么时候?
var x = $('#parent').children()[3].className;
有用吗
在我现在捣碎的jsperf 测试中找到了一个示例
谢谢。
为什么这不起作用...
$('#parent').children()[3].html('内容');
不起作用 TypeError: $("#parent").children()[3].html is not a function。
这是什么时候?
var x = $('#parent').children()[3].className;
有用吗
在我现在捣碎的jsperf 测试中找到了一个示例
谢谢。