在jquery中有如下结构:div(button span button)
(1)我们可以通过伪类选择器 : firstchild,: lastchild来快速选择这两个button。button:firstchild其实际就是带序号的选定了一个button。原理上还是递进性的选择元素。就是 A B这样选择。
(2)递进结构的span可以这样选定:inputnum span 表示的是inputnum里面的span.
.....text():h获取元素内部文本的值(juqery对象而非dom元素)
......text('123'):设置该jqurey对象内部的值。
标签:Jquery,有意思,span,text,button,firstchild,inputnum,操作 From: https://www.cnblogs.com/skywxp/p/17164621.html