$(documento).ready(function() {
$("a").click(função() {
$("#decimal").val('这是一个例子');
$("#inputtext").val('texto');
});
/*
$("a").click(função() {
alerta("Olá mundo!");
});
*/
});
função convertToDecimal(){
$.ajax({
digite: "OBTER",
url: "/jqueryjsp/resposta",
dados: "chave=" + $("#chave").val(),
tipo de dados: "html",
sucesso: função(xml){
//alert( "código de pressionamento de tecla: " + $("key",xml).text() );
/*
var decimal = document.getElementById('decimal');
decimal.valor = $("chave",xml).text();
//等价于上面的代码。
$("#decimal").val($("chave",xml).text());
*/
$("#decimal").val($("chave",xml).text());
$("#rating").html("按键代码:" + $("key",xml).text());
}
})
claro();
}
função limpar(){
var chave = document.getElementById("chave");
chave.valor="";
// alert( "código de pressionamento de tecla: " + $(this).html() );
}
jquery em php 中使用的例子很多,但是没有 jsp 的,
我修改了ajax em java