$(":img") 是用来选择什么的?查了一下api也没有,api中有冒号的也只是input元素和一些条件筛选。
我试了三个版本(1.26、1.32、1.62)只有在1.32里面能够执行。
而且与$("img")结果也不同?
希望用过的人指点一二,问题解决即刻删除!
我口说无凭,大家可以试一下下边这段代码
/Files/will-WIN/test.rar
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
xmlns
="http://www.w3.org/1999/xhtml"
>
< head runat ="server" >
< title > 功能树管理 </ title >
< script type ="text/javascript" src ="http://code.jquery.com/jquery-1.3.2.js" ></ script >
< script type ="text/javascript" >
$(document).ready(
function () {
alert($( " :img " ).length);
alert($( " img " ).length);
alert($( " image " ).length);
});
</ script >
< body >
< form id ="form1" runat ="server" >
< table cellpadding ="0" cellspacing ="0" style ="border-width: 0;" alt ="" >
< tbody alt ="" >
< tr alt ="" >
< td alt ="" >
< a id ="tvMenun9" href ="javascript:TreeView_ToggleNode(tvMenu_Data,9,document.getElementById('tvMenun9'),'l',document.getElementById('tvMenun9Nodes'))"
alt ="" >
< img src ="/WebResource.axd?d=zeVYZT6jy74DIFUBg1KfYD31eyRhLfx1vKP07vWyMa41&t=634433431381562500"
alt ="" style ="border-width: 0;" ></ a >
</ td >
< td style ="white-space: nowrap;" alt ="" >
< a class ="tvMenu_0" href ="?id=8" id ="tvMenut9" alt ="" > 内容管理 ,mainFrame </ a >
</ td >
</ tr >
</ tbody >
</ table >
</ form >
</ body >
</ html >
< head runat ="server" >
< title > 功能树管理 </ title >
< script type ="text/javascript" src ="http://code.jquery.com/jquery-1.3.2.js" ></ script >
< script type ="text/javascript" >
$(document).ready(
function () {
alert($( " :img " ).length);
alert($( " img " ).length);
alert($( " image " ).length);
});
</ script >
< body >
< form id ="form1" runat ="server" >
< table cellpadding ="0" cellspacing ="0" style ="border-width: 0;" alt ="" >
< tbody alt ="" >
< tr alt ="" >
< td alt ="" >
< a id ="tvMenun9" href ="javascript:TreeView_ToggleNode(tvMenu_Data,9,document.getElementById('tvMenun9'),'l',document.getElementById('tvMenun9Nodes'))"
alt ="" >
< img src ="/WebResource.axd?d=zeVYZT6jy74DIFUBg1KfYD31eyRhLfx1vKP07vWyMa41&t=634433431381562500"
alt ="" style ="border-width: 0;" ></ a >
</ td >
< td style ="white-space: nowrap;" alt ="" >
< a class ="tvMenu_0" href ="?id=8" id ="tvMenut9" alt ="" > 内容管理 ,mainFrame </ a >
</ td >
</ tr >
</ tbody >
</ table >
</ form >
</ body >
</ html >