·您当前的位置:首页 > 技术教程 > jQuery教程 >

[jQuery]jquery属性选择器

时间:2016-12-21 14:54酷播
[jQuery]jquery属性选择器

[jQuery]jquery属性选择器

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  2. <html xmlns="http://www.w3.org/1999/xhtml"> 
  3.  <head> 
  4.   <title>属性选择器</title> 
  5.   <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> 
  6.   <style type="text/css"> 
  7.   .yang{ border-collapse: collapse; width:500px;height:30px;border:1px solid red;"} 
  8.   </style> 
  9.   <script  type="text/javascript" src="jquery-1.7.1.min.js"></script> 
  10.   <script type="text/javascript"> 
  11.   /* 
  12.     [attribute]  :匹配具有指定属性的元素 
  13.     [attribute=value]  :匹配属性为指定值的元素 
  14.     [attribute!=value]  :匹配属性值不等于指定值的元素 
  15.     [attribute^=value]  :匹配属性值以指定值开始的元素 
  16.     [attribute$=value]  :匹配属性值以指定值结束的元素 
  17.     [attribute*=value]  :匹配属性值中包含指定值的元素 
  18.     [selector1][selector2][selectorN] :同时指定多个匹配条件 
  19.   */ 
  20.         window.onload=function(){ 
  21.         $('#btnOk').click(function(){ 
  22.         //匹配具有color属性的font并把内容改为jquery 
  23.         //$('font[color]').html('jquery'); 
  24.  
  25.         //:匹配属性为指定值的元素 
  26.         //$("font[color='#667788']").html('颜色'); 
  27.             
  28.          //  匹配属性不为指定值的元素 
  29.         //$("font[color!='#667788']").html('颜色'); 
  30.  
  31.         //匹配属性值以指定值开始的元素 
  32.         //$("font[color^='#667788']").html('我的'); 
  33.  
  34.          同时指定多个匹配条件 
  35.         $('font[size][color]').html('YUYJN'); 
  36.  
  37.             }); 
  38.         }; 
  39.   </script> 
  40.  </head> 
  41.  <body> 
  42.     <font size="6">字体1</font> 
  43.     <hr /> 
  44.     <font color="#336699">字体2</font> 
  45.     <hr /> 
  46.     <font color="#667788">字体3</font> 
  47.     <hr /> 
  48.     <font color="#338899">字体4</font> 
  49.     <hr /> 
  50.     <font size='6' color="#FFAA99">字体5</font> 
  51.     <hr /> 
  52.   <hr/> 
  53.   <input type="button" id='btnOk' value='确定'  /> 
  54.  </body> 
  55. </html> 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器