如何在j中使用 jquery 的 ajax 功能_Ajax编程_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

如何在j中使用 jquery 的 ajax 功能

作者:黑客防线网安Ajax教程基地 来源:黑客防线网安Ajax教程基地 浏览次数:0

本篇关键词:功能使用如何 
黑客防线网安网讯:  $(document).ready(function() {          $("a").click(function() {          $("#decimal").val('这是一个例子');          $("#inputtext").val('控制text')...

  $(document).ready(function() {   
      $("a").click(function() {
          $("#decimal").val('这是一个例子');
          $("#inputtext").val('控制text');

      });

  /*
      $("a").click(function() {
          alert("Hello world!");
      });
  */
     

  });  

  function convertToDecimal(){
     $.ajax({
          type: "GET",
          url: "/jqueryjsp/response",
          data: "key=" + $("#key").val(),
          dataType: "html",
          success: function(xml){
          //alert( "keypress code: " + $("key",xml).text() );
  /*
          var decimal = document.getElementById('decimal');
          decimal.value = $("key",xml).text();
          //等价于上面的代码
          $("#decimal").val($("key",xml).text());
  */
          $("#decimal").val($("key",xml).text());

          $("#rating").html("按键代码:" + $("key",xml).text());
          }   
     })
      clear();
    }

    function clear(){
      var key = document.getElementById("key");
    
      key.value="";
      // alert( "keypress code: " + $(this).html() );
    }

  
  jquery 在 php 中使用的例子很多,但是没有 jsp 的,

  我修改了ajax  on java 中的第三章的例子,应用了jquery实现了ajax
  

    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-15483-1.html
网站维护教程更新时间:2012-04-05 00:01:56  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer