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

How many types of functions JavaScript supports?

0 Answers  


What is the default data type in javascript?

0 Answers  


What is an Event Bubbling in Javascript?

0 Answers  


what is service now ticketing tool how it works

0 Answers   Ideal Vision,


What are the main functions performed by javascript statements?

0 Answers  






Can you have a function within a function in javascript?

0 Answers  


What do I need to code javascript?

0 Answers  


Is there automatic type conversion in JavaScript?

0 Answers  


show the date in textbox when we select item (items like-- today,yesterday,lastweek,lastmonth,lastyear) from dropdownlist using javascript?

1 Answers  


Is null === undefined?

0 Answers  


How do I use javascript to password-protect my web site?

0 Answers  


Is javascript a programming language?

0 Answers  


Categories