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

What does e mean in javascript?

0 Answers  


How to add html elements dynamically with JavaScript?

0 Answers  


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

0 Answers  


if the two text boxes are there i want assign the vales like 2&3 and if i select button means i want find the sum.this is client side scripting in javascript

7 Answers   Infosys,


What are the characteristics of javascript ‘strict mode’?

0 Answers  






What is the importance of javascript? Expalin

0 Answers  


what is the extension of java script.

1 Answers  


What applications use javascript?

0 Answers  


Where can I learn javascript for free?

0 Answers  


What are .js files?

0 Answers  


what is the difference between wrappers and primitives es: diff between int i=200 in primitives and integeri = new integer(54)

0 Answers  


What does two exclamation marks mean in javascript?

0 Answers  


Categories