摘要:
$("#mytb tr:eq(0) td:eq(1) :nth-child(2)").attr("id"); tr:eq 第0行, td:eq 第 0 行的第一列, :nth-child(2) 第0行第一列的第二个对象 这里要记住的是 eq 是从 0 开始计算的,而 nth-child(index) 是从 1 开始计算的。 阅读全文
摘要:
Get[edit]DISAMBIGUATIONIt can be: .get()DOM manipulation, or $.get()data transfer method CONTENTS 1Disambiguation 2$.get() - Data transfer method 2.1Reference 2.1.1Example 2.1.1.1Front-end 2.1.2PHP co... 阅读全文