How do you implement Ajax using hide() function in JQuery?
Answers were Sorted based on User's Feedback
Answer / upendar
$(selector).hide(200,function(){
$.ajax(url, data, function() {
});
});
| Is This Answer Correct ? | 2 Yes | 0 No |
How to create a confirmation box?
What is the default data type in javascript?
What is the dollar sign in javascript?
What are different types of scope chain available in javascript?
How can we send mail using Javascript?
wap to accept an int array frm the user and print the lucky nos.
Why do we need currying?
e=1+x/!+x2/2!+x3/3!+.... in javascript
Hai what is the difference between java and javascript
how to hide alphabets in java as password '*'
What is global variable in javascript?
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".