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

How to setting a cookie with the contents of a textbox?

518


What is the difference between typeof and instanceof operators in Javascript?

567


How to delete a cookie using javascript?

525


How do you clear an array in javascript?

441


Is there automatic type conversion in JavaScript?

537






What does two exclamation marks mean in javascript?

467


How do you target a specific frame from a hyperlink?

484


How javascript variables work?

455


Are javascript variables global?

466


What is DOM? What is the use of document object?

553


What is called variable?

455


How to get value from dropdown (select) control?

564


What is an object in javascript, give an example?

515


What is difference between java and javascript?

490


How do I open javascript?

500