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 variable typing?
How do you create array in javascript?
What is the role of javascript in html?
How to access the value of a textbox using javascript?
Which software is best for javascript?
What does undefined value mean in javascript?
Why is var better than let?
How do you know if a set of points is a function?
Is a relation always a function?
What is the difference between the keywords var and let?
What’s relationship between javascript and ecmascript?
How to define a named function in JavScript?