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 |
Explain how to detect the operating system on the client machine?
What is external javascript?
Enumerate the differences between Java and JavaScript?
What are decodeuri() and encodeuri() functions in javascript?
How to get value of an element by class in javascript ?
what is inheritence
What is the difference between firstChild and firstElementChild?
Explain “use strict” ?
What is the requirement of debugging in javascript?
What is memory leak in javascript?
Explain what is javascript? List some data types supported by javascript?
What are the uses of javascript in web page designing?