How do you implement Ajax using hide() function in JQuery?
Answer Posted / upendar
$(selector).hide(200,function(){
$.ajax(url, data, function() {
});
});
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do Javascript primitive/object types passed in functions?
Explain how to write class methods vs. Instance methods.
Explain “use strict” ?
Explain the working of timers in javascript?
What makes a relation a function?
What is null in js?
What are exports & imports?
Difference Between JavaScript and ECMAScript?
Is it safe to use javascript?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.
What are Cookies in Javascript?
What are classes in javascript?
How generic objects can be created?
How to create arrays in javascript?
How to handle exceptions in JavaScript?