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 |
What is new keyword in javascript?
How can we send mail using Javascript?
What are different types of scope chain available in javascript?
What is strict mode in javascript?
java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.
Which built-in method returns the characters in a string beginning at the specified location?
What is scope javascript?
What is null variable?
how to create a moving div?
How to accessing elements using javascript?
What is ‘this’ keyword in JavaScript?
Which built-in method returns the calling string value converted to upper case?