jQuery('.contact_left img:not(:first)').hide();是什么意思?

来源:学生作业帮助网 编辑:六六作业网 时间:2024/07/14 15:20:01
jQuery(''.contact_leftimg:not(:first)'').hide();是什么意思?jQuery(''.contact_leftimg:not(:first)'').hide();是什

jQuery('.contact_left img:not(:first)').hide();是什么意思?
jQuery('.contact_left img:not(:first)').hide();是什么意思?

jQuery('.contact_left img:not(:first)').hide();是什么意思?
.contact_left下的除第一个img标签节点外,所有img标签节点

contact_left下的除第一个img标签节点外,所有img标签节点