我正在尝试将.css()方法添加到选中的元素.get():
.css()
.get()
$('.toggle').get(0).css("display", "none");
......但这不起作用.我究竟做错了什么?
jquery
jquery ×1