help... does not run the following code
$.ajax({
type: "POST",
url: "http://mysite.com/_vk.php",
cache: false,
success: function(html){
$('.ht').html('hi end');
}
});
but when debugging, you can see what is the query...
and the element with the class "ht" is present on the page