$(document).ready(function() {
//用$_POST["name"]接值
$("a.yy").click(function(){
$.post('hello.php',{name: 'kkpp88p'},
function(txt){$('div.msg').html(txt);}); });
$.ajax({ //用$_GET["hh"]接值 可加入type: 'post', 改成用POST
url: 'hello.php',
data: {hh: '456789'},
error: function() { alert('error!'); },
success: function(response) { $('div.msg').html(response) }
});
});
7月 28, 2011
Jquery AJAX
標籤:
jquery
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言