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 unescape() in javascript?
How do you know if a set of points is a function?
What is js injection?
How typeof operator works?
What is scope variable in javascript?
Do you need to declare variables in javascript?
What is the difference between remove() and removeChild()?
How can I request data from the server without reloading the page in the browser?
What are the benefits of learning javascript?
How can you detect the client operating system using javascript?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
WHAT IS .NET?