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


Please Help Members By Posting Answers For Below Questions

Explain why asynchronous code is important in javascript?

546


What is dhtml in javascript?

497


Define closure.

502


Is javascript enabled on my computer?

464


How would you organize your javascript code?

479






How to add/remove properties to object dynamically in javascript?

527


How to import all exports of a file as an object.

514


What does the term sticky session mean in a web-farm scenario? Why would you use a sticky session? What is the potential disadvantage of using a sticky session?

507


What does break and continue statements do in javascript?

530


Why is it called javascript?

485


What is javascript in simple terms?

481


How do I link an external javascript file to html?

479


How to convert a string to a number using javascript?

502


What is the use of spread operator?

502


What is trim whitespace google sheets?

496