jqueryプロパティセレクタ(指定したプロパティを持つ要素に一致)

9333 ワード

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>
  <title>     title>
  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
  <style type="text/css">
  .yang{ border-collapse: collapse; width:500px;height:30px;border:1px solid red;"}
  style>
  <script  type="text/javascript" src="jquery-1.7.1.min.js">script>
  <script type="text/javascript">
  /*
    [attribute]  :           
    [attribute=value]  :           
    [attribute!=value]  :              
    [attribute^=value]  :              
    [attribute$=value]  :              
    [attribute*=value]  :              
    [selector1][selector2][selectorN] :          
  */
        window.onload=function(){
        $('#btnOk').click(function(){
        //    color   font      jquery
            $('font[color]').html('jquery');
            });
        };
  script>
 head>
 <body>
    <font>  1font>
    <hr />
    <font color="#336699">  2font>
    <hr />
    <font color="#667788">  3font>
    <hr />
    <font color="#338899">  4font>
    <hr />
    <font color="#FFAA99">  5font>
    <hr />
  <hr/>
  <input type="button" id='btnOk' value='  '  />
 body>
html>

 
詳細については、
【猿2048】www.mk 2048.com