+ All Categories

Jquery

Date post: 27-Jan-2015
Category:
Upload: eginni
View: 2,337 times
Download: 5 times
Share this document with a friend
Description:
Make website More impressive and effective with jquery. Easy to use, fast and effective
Popular Tags:
16
Transcript

What is jQueryWhat is jQuery

JQuery is great library for developing ajax based application. jQuery is great library for the JavaScript programmers, which simplifies the development of web 2.0 applications. You can use jQuery to develop cool web 2.0 applications. jQuery helps the programmers to keep code simple and concise. The jQuery library is designed to keep the things very simple and reusable.

JQuery library simplifies the process of traversal of HTML DOM tree. You can use jQuery to handle events, perform animation, and add the ajax support into your web applications with ease.

Why jQuery?Why jQuery?

You can use simple JavaScript to perform all the functions that jQuery provides. Then why jQuery? The jQuery library is providing many easy to use functions and methods to make rich applications. These functions are very easy to learn. Due to these features jQuery is very popular and in high demand among the developers. You can use jQuery in all the web based applications irrespective of the technology.

Here are the features of jQueryHere are the features of jQuery

Supports All Versions of CSS

Supports Events and Utilities

Works with Ajax

Creates Usability, Effects and Animations

Works in all Popular Internet Browsers

Small File Size

Can combine with Prototype

Can work with Other Coding Languges

What can you do with jQuery?

jQuery makes it easy to write powerful JavaScript apps and create eye-catching animated effects rivalling those of Flash movies. Amongst other things, jQuery is great for:

Adding animated effects to elements. jQuery lets you easily add effects such as fading in/out, sliding in/out, and expanding/contracting.

Making XML (Ajax) requests. These use JavaScript to request additional data from the Web server without having to reload the page.

Continue….

Manipulating the DOM. You can easily add, remove, and reorder content in the Web page using just a couple of lines of code.

Creating image slideshows. You can use jQuery effects to build nice animated slideshows and lightboxes.

Making drop-down menus. jQuery makes it easy to create multi-level dropdowns with animations.

Creating drag-and-drop interfaces. Use jQuery to build a page with elements that can be repositioned or reordered simply by dragging and dropping.

Adding power to forms. With jQuery you can easily add complex client-side form validation, create auto-complete Ajax text fields that pull data from a server-side database, and so on.

It’s just a single line in jQuery$(“#content”).load(“page.html #content”);

Who’s using jQuery?Who’s using jQuery?

http://docs.jquery.com/Sites_Using_jQuery

Embed in you page

<html>

<head>

<script src=“path/to/jquery-x.x.js"></script>

</head>

<body> … </body>

</html>

Embed in you page

<html>

<head>

<script src="path/to/jquery-x.x.js"></script>

<script>

$(document).ready(function(){

// Start here

});

</script>

</head>

<body> … </body>

</html>

jQuery Plugins

jQuery lightBox

jQuery Plugins

Slider Plugins

A Navigation Menu Unordered List with anchors and nested lists, also demonstrates how to add a

second level list.

Tab Container Theme JQuery style fade animation that runs as the user navigates between selected

tabs.

Live Examples

http://www.resumeparser.us

http://www.eginni.com/

http://www.3dlogoonline.com/

THANK YOUTHANK YOUPayal GuptaPayal Gupta

web designerweb designer


Recommended