success

jquery ajax validate,success,append

hi, i have this working code index.php <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"&gt;&lt;/script&gt; <script type="text/javascript"> $(document).ready(function(){ $("form#submit").submit(function() { // we want to store the values from the form input box, then send v...

How to define a success-event for http-requests with JavaScript/jQuery?

Considering a http-request and the server will answer with a pdf. I like to show a spinner, while the request is processing. How to do that? ...