I would like to simulate an animation jQTouch in this fuction:
$(function(){
$('#form').submit( function(e){
$.get('/result.php', function(data) {
document.getElementById("result").innerHTML=data;
});
CODE?!?
});
The function retrieves the data and writes it to the div "result", I would that after writing data, make an animation '.slideup' from #home to #result.