About | Contact

10 Must See jQuery Latest Tutorials-Beginners and Advance Level

10 Must See jQuery Latest Tutorials-Beginners and Advance Level

In this post all the tutorials are of advance level but the first tutorial is for  beginners to help them in learning jQuery.

Let us talk  for beginners first.

Let us start to learn jQuery

This is a good jQuery tutorial for beginners in very short time. This tutorial will help you in getting started with jQuery.

Let’s get started with the jQuery tutorial for absolute beginners.

In this tutorial you will learn how to download jQuery library and  add it to project and develop simple program that pop up an alert message on the page load.

Step 1: Downloading jQuery library

JQuery library can be downloaded from http://code.jquery.com/jquery-1.4.2.min.js. Download the file and save it a directory on your hard disk.

Step 2: Adding jQuery library to web page

This line will add the jQuery library in the web page.

<script type=”text/javascript” src=”jquery-1.4.2.min.js”></script>

Step 3: Adding jQuery code to show alert message

Add the following code to display the alert message on page load:

<Script language=”JavaScript”>
$(document).ready(function() {
alert(“jQuery tutorial for beginners Example”);
});

</Script>

The $(document).ready(function() {} function is called once document dom tree is ready. And in this function we have added the JavaScript alert function to display the alert message.

In this have developed very simple example that displays the alert message “jQuery tutorial for beginners Example” on the screen.

Click to see: jQuery Tutorial for beginners In Action


Now let us see some more tutorials for intermediate and advanced users.

1-jQuery Randomised Background Scrolling Effect Tutorial

 

jquery, javascript, JQuery tutorials, beginners, advance
CLICK TO SEE DEMO IN ACTION

Very nice tutorial of animated background using JQuery. This is simple short yet powerful tutorial. One must try it.


2-Making a Cool Spotlight Effect with jQuery

jquery, javascript, JQuery tutorials, beginners, advance
CLICK TO SEE DEMO IN ACTION

Very nice tutorial which works with your mouse over action and glows the images along with your mouse movement.

 

3-Easy to Style jQuery Drop Down Menu Tutorial

jquery, javascript, JQuery tutorials, beginners, advance

CLICK TO SEE DEMO IN ACTION

Very simple yet powerful and easily customizable drop down menu.


4-jQuery Tutorial For Designers

jquery, javascript, JQuery tutorials, beginners, advance

 

In this valuable tutorial you will cover very important topics listed here.

How to get the element?

1. Simple slide panel

2. Simple disappearing effect

3 Chain-able transition effects

4a. Accordion #1

4b. Accordion #2

5a. Animated hover effect #1

5b. Animated hover effect #2

6. Entire block clickable

7. Collapsible panels

8. Imitating the WordPress Comment Backend

9. Image replacement gallery

10. Styling different link types


5-How to Add a Magnifying Glass To Your Lightbox Enabled Images

jquery, javascript, JQuery tutorials, beginners, advance

Very professional and interesting tutorial for creating your own zooming images system.


6-Cross-Browser Blockquotes Using CSS and jQuery

jquery, javascript, JQuery tutorials, beginners, advance

Blockqoutes can be used  to mention a famous persons or web designers or their works on your post. This tutorial will shows you how easily you can have automated quotation marks using <blockquote> tag in your webpages.

7-Simple Tooltip for Huge Number of Elements

jquery, javascript, JQuery tutorials, beginners, advance

There are many, many jQuery tooltip plugins out there, and some of them are very good. But when someone on the jQuery Google Group asked (a year ago) which plugin could handle displaying tooltips for 2,000 links on a page, I wasn’t able to find one. So, I decided to throw together a quick little plugin myself and was surprised by how easy it was.

 

8-Making a jQuery Pagination System

jquery, javascript, JQuery tutorials, beginners, advance

CLICK TO SEE DEMO IN ACTION

Want to create a pagination system for your website here is the right tutorial for you friends.

 

9-jQuery AJAX Tabs

jquery, javascript, JQuery tutorials, beginners, advance

Enjoy making your own customized tabs and use them in your web projects freely. These are fast and website friendly. Try out now :)

 

10-Beautiful Slide Out Navigation: A CSS and jQuery Tutorial

jquery, javascript, JQuery tutorials, beginners, advance

CLICK TO SEE DEMO IN ACTION

Today I want to show you how to create an amazing slide out menu or navigation for your website. The navigation will be almost hidden – the items only slide out when the user hovers over the area next to them.

 

 

 


Awesome Comments!

06.15.11

Hello Sir,

its a very nice collection of jquery, specially the one ‘Jquery Randomized Background’ firstly i was inspired by the website http://www.youlove.us

they have the almost same jquery and and even in there old website they had a very beautiful jquery in it (link of old site could be seen in the top right of the header)

really appreciate your collection and hard work

Thanks
Your Bacha

06.15.11

JazakAllah Bilal May Allah bless you and be with you all the ways. Request for remembering in your dua.

06.15.11

Thanks!

thanks bro.I am new in this world. it’s so complicated to understand .how can I be a well developer?I want to develop myself as a Muslim developer.pls suggest

Allah Hafez.

06.15.11

assalm-o-alaikum, thanks for your valuable comment. which technology do you want to use for development? Desktop application or web applications?

06.15.11

nice examples

06.15.11

Thanks

Leave Your Response

Your Name:

Your Email:

Website:

Comments:

* Name, Email, Comment are Required

Subscribe to Us