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 the potential disadvantage of using a sticky session?
Is javascript easier than java?
How do I view javascript files in chrome?
Why javascript is dangerous?
Explain hoisting in javascript?
How many types of variables are there in javascript?
How do you check if a value is a number in javascript?
What are Cookies in Javascript?
How to create an array in javascript?
What is a global variable in programming?
What is client side programming?
What is the difference between an array and an object?