Showing posts with label jQuery. Show all posts
Showing posts with label jQuery. Show all posts

What is the use of $(document).ready() in jquery?

Sunday, March 7, 2010


with it you can put all your event driven javascript in one file, making it easy to maintain and upgrade later.


www.codecollege.NET

Can you call WebServices from jQuery ?

Friday, January 8, 2010


yes.


www.codecollege.NET

What is jQuery?

Thursday, October 1, 2009


It is basically a JavaScript framework for writing huge task of JavaScript with few lines of code. jQuery is a fast, concise, JavaScript Library that

simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages



www.codecollege.NET

What is the alias for the jQuery "class"?

Tuesday, September 22, 2009


$


www.codecollege.NET

What is a callback function?


A callback is a function that is passed as an argument to another function and is executed after its parent
function has completed.


www.codecollege.NET

Tell some important functions in jQuery?


ready()
bind()
trigger()


www.codecollege.NET
Blog Widget by LinkWithin