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 webpack used for?
Name the numeric constants representing max, min values?
What is strict mode in javascript?
Please write the Code of simple javascript calculator withot eval() function
How to change video files randomly after completing its execution in Javascript?
What are the basic groups of dataypes in JavaScript?
What is isnan in javascript?
What’s relationship between javascript and ecmascript?
What is the difference between innerhtml and append() in javascript?
What is variable typing in javascript?
What is the difference between ‘function declaration’ and ‘function expression’?
Why is var better than let?
To write messages to the screen without using "document.write()"?
What's the difference methods get and post in html forms?
How do I write script-generated content to another window?