How do you implement Ajax using hide() function in JQuery?

Answers were Sorted based on User's Feedback



How do you implement Ajax using hide() function in JQuery?..

Answer / upendar

$(selector).hide(200,function(){
$.ajax(url, data, function() {
});
});

Is This Answer Correct ?    2 Yes 0 No

How do you implement Ajax using hide() function in JQuery?..

Answer / dinesh

JQueryObj.hide(200,function(){$.ajax({})});

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Name the numeric constants representing max, min values?

0 Answers  


How can you declare a class in javascript?

0 Answers  


Name the datatypes of javascript?

0 Answers  


java is pure object oriented or not?

4 Answers  


What is isnan in javascript?

0 Answers  


What are the difference between javascript and jquery?

0 Answers  


Are there any iphone Institutes which also train iphone automation testing in Hyderabad?

0 Answers  


Can array in javascript be extended?

0 Answers  


Why javascript is fast?

0 Answers  


Where are cookies actually stored on the hard disk?

0 Answers  


What is the difference between the substr() and substring() functions in javascript?

0 Answers  


What is enum size?

0 Answers  


Categories