1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. PHP頁面輸出時js設置input框的選中值代碼

        時間:2024-08-09 13:12:02 PHP 我要投稿
        • 相關推薦

        PHP頁面輸出時js設置input框的選中值代碼

          關于php頁面輸出時js設置input框的選中值的代碼如下所示:

          /* 設置表單的值 */function setValue(name, value) {var first = name.substr(0, 1),input, i = 0,val;if (value === "") return;if ("#" === first || "." === first) {input = $(name);} else {input = $("[name= + name + ]");}if (input.eq(0).is(":radio")) { //單選按鈕input.filter("[value= + value + ]").each(function() {this.checked = true});} else if (input.eq(0).is(":checkbox")) { //復選框if (!$.isArray(value)) {val = new Array();val[0] = value;} else {val = value;}for (i = 0, len = val.length; i < len; i++) {input.filter("[value= + val[i] + ]").each(function() {this.checked = true});}} else { //其他表單選項直接設置值input.val(value);}}

          以上所述是小編給大家介紹的PHP頁面輸出時js設置input框的選中值,希望對大家有所幫助。

        【PHP頁面輸出時js設置input框的選中值代碼】相關文章:

        excel表格頁面打印設置06-01

        如何在HTML頁面插入flash代碼01-21

        php如何過濾危險html代碼09-21

        將php實現過濾UBB代碼09-11

        word分欄頁面怎么設置頁碼07-21

        php對圖像的各種處理函數代碼總結07-03

        如何在cmd下面寫php代碼01-22

        頁面設置和打印Word 教程09-09

        PHP url 加密解密函數代碼方法10-25

        頁面關鍵詞如何設置更加合理?08-16

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>