I just changed the original example to:
$(document).ready(function(){
$(".articles_link").css('cursor', 'pointer').click(function(){
$.get("@ajaxTest", {jquerytest: "test"}, function(res){
$(".middle_content").html(res);
});
});
});
Not surprisingly it works too, the only difference is the use of $.get
instead of $.post.
/Henrik
------=_Part_47448_16872573.1223268931608
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
<div dir="ltr">I just changed the original example
to:<br><br>$(document).ready(function(){<br>
$(".articles_link").css('cursor',
'pointer').click(function(){<br>
$.get("@ajaxTest", {jquerytest: "test"}, function(res){<br>
$(".middle_content").html(res);<br> });<br>
});<br>});<br><br>Not surprisingly it works too, the only difference is the use
of $.get instead of $.post.<br><br>/Henrik<br></div>
------=_Part_47448_16872573.1223268931608--
--
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]