91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么用jQuery+Ajax實現判斷輸入驗證碼是否正確

發布時間:2022-03-30 10:00:50 來源:億速云 閱讀:460 作者:iii 欄目:移動開發

這篇“怎么用jQuery+Ajax實現判斷輸入驗證碼是否正確”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“怎么用jQuery+Ajax實現判斷輸入驗證碼是否正確”文章吧。

具體代碼如下所示:

<script src="js/j.js"></script>
<script>
$(document).ready(function(e) {
 $('#yes').hide();
 $('#no').hide();
  $('input[name=gcode]').keyup(function(){
   if($(this).val().length==4){
  $.post('gbook.php',{cc:$('input[name=gcode]').val()},function(msg){
   
   if(msg=='yes'){
    $('#no').hide();
    $('#yes').show();
   }else{
    $('#yes').hide();
    $("#no").show();
   }
  });
  }
 });
});
</script>

首先引入jquery

.sl-error-verifycode {
 background-image: url("images/icons.png");
 background-position: -26px 0;
 background-repeat: no-repeat;
 display: block;
 font-size: 18px;
 height: 23px;
 line-height: 20px;
 margin-left: 180px;
 margin-top: -25px;
 position: relative;
 text-align: center;
 width: 20px;
 z-index: 2;
}
.sl-correct-verifycode {
 background-image: url("images/icons.png");
 background-position: -50px 0;
 background-repeat: no-repeat;
 display: block;
 font-size: 18px;
 height: 23px;
 line-height: 20px;
 margin-left: 180px;
 margin-top: -25px;
 position: relative;
 text-align: center;
 width: 20px;
 z-index: 2;
}

驗證碼的html 代碼

<tr>
  <td height="40" align="right">驗證碼:</td>
  <td height="40"><span class="addred">*</span></td>
  <td height="40">
  <input type="text" name="gcode" id="textfield7" class="txtlist">
<span id="yes" class="sl-correct-verifycode"></span><span id="no" class="sl-error-verifycode"></span>
  <img  align="middle" src="inc/cc.php" onClick="this.src='inc/cc.php?'+new Date" title="點擊換一張圖片" width="100px"></td>
 </tr>

gbook.php

<?php
session_start();
if(isset($_POST['cc'])){
 $cc = strtolower($_POST['cc']);
 $ss = strtolower($_SESSION['code']);
 if($cc==$ss){
   echo "yes";
 }else{
   echo "no"; 
 }
}

注意圖片一定要引入

怎么用jQuery+Ajax實現判斷輸入驗證碼是否正確

以上就是關于“怎么用jQuery+Ajax實現判斷輸入驗證碼是否正確”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

阜新市| 镇江市| 襄垣县| 永顺县| 定日县| 达州市| 县级市| 邹平县| 南宫市| 谢通门县| 湖南省| 安平县| 平度市| 遵义县| 阿图什市| 正阳县| 弥勒县| 孟连| 景泰县| 阳新县| 安远县| 枞阳县| 乐平市| 云和县| 哈尔滨市| 商丘市| 五常市| 健康| 巴彦淖尔市| 育儿| 棋牌| 桂东县| 樟树市| 三都| 莱州市| 乌拉特中旗| 鞍山市| 扶风县| 即墨市| 自贡市| 定襄县|