$(document).ready(function() {
$("a").click(function() {
$("#decmal").val('これは一例');
$("#inputtext").val('制御テキスト');
});
/*
$("a").click(function() {
alert("こんにちは、世界!");
});
*/
});
関数convertToDecimal(){
$.ajax({
タイプ:「GET」、
URL: "/jqueryjsp/response",
データ: "key=" + $("#key").val(),
データ型: "html",
成功: 関数(xml){
//alert( "キー押下コード: " + $("key",xml).text() );
/*
var 10 進数 = document.getElementById('10 進数');
10 進数.値 = $("キー",xml).text();
//等は上のコードから。
$("#decmal").val($("key",xml).text());
*/
$("#decmal").val($("key",xml).text());
$("#評価").html("按键代码:" + $("key",xml).text());
}
})
クリア();
関数クリア()
{
var key = document.getElementById("key");
キー.値="";
//alert( "キー押下コード: " + $(this).html() );
}
jquery で php で使用されている例は多数ありますが、jsp は含まれていません、
Java での第 3 章の修正ajax の例、应用了jquery实现了ajax