1.jQuery里的选择器;解析:选择<tr>标签里的带有input标签的,且该input标签带有checked属性的input对象
jQuery总结_java

2.选择满足name='searchParam’的input输入框
jQuery总结_编程_02