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
What is variable typing?
how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.
Explain the difference between javascript and an asp script.
How to set the cursor to wait?
What is the difference between ‘function declaration’ and ‘function expression’?
What is argument objects in javascript?
How to validate a form in javascript?
What is the best site to learn javascript?
What is event bubbling in the dom?
What is the use of type of operator?
How to create a function in javascript?
What companies use javascript?
How to convert javascript date to iso standard?
What are global variables in javascript?
How to add html elements dynamically with JavaScript?