Login:  Password:    
forgot my password
sign up!
Search: 

Menu

Home

How it works?

Buy this course

Discuss! Add a comment
Add this course to my favorites
Add a personal note
RSS Feeds

Course's author:

Ayad Boudiab

Experience: A total of 10 years experience in developing applications using C++, Java, C#, ASP.NET, and SQL Server. In addition to 6 years experience in teaching programming courses at a local college. Degree: B.S. Computer Science Location: Atla...
Go to author's Space

Course stats:

Favorited:  1 times
 
Tech Content:
Learning:
Helpful?
1 0
Feedbacks: 1

Features

Textual content

Video tutorial

Exercise

Source code

Downloads

Recommended post



 
  Content  
  Notes  
  Discuss  

Online course
Introduction to jQuery

jQuery is a rich JavaScript library. It helps the developer to easily traverse and manipulate the DOM. It also simplifies creating events and making AJAX calls. In this jQuery Training Course, we start by downloading jQuery. Then we created a new project using Visual Web Developer and added a reference of the jQuery library to the project. We added an HTML page and dropped a reference of jQuery to the page. We then introduced $(document).ready() and showed how we can dynamically add a div to the body of the page. Play stay tuned as we discuss more jQuery functionalities in the upcoming videos.



Introduction
 Vídeo
1)  Installation
Description: This is the first of a series of videos on jQuery. jQuery is a rich JavaScript library. It helps the developer to easily traverse and manipulate the DOM. It alo simplifies creating events and making AJAX calls. |
[Mark this item as viewed]


 Vídeo
2)  flag.jpg
Description: This video continues the discussion of the core jQuery functionalities. We start by adding a new function that will be triggered anytime the user clicks anywhere in the body of the HTML page. In the project we added a new image called flag.jpg under the images folder. |
[Mark this item as viewed]


 Vídeo
3)  Unordered list of items.
Description: In this video, we start by creating a simple HTML page that contains an unordered list of items. |
[Mark this item as viewed]



Attributes
 Vídeo
4)  Attributes
Description: This video discusses the jQuery functionality that retrieves and modifies HTML tags attributes. The attr attribute is very handy to retrieve those attributes and change them. We will also see how to use the html() function to change the HTML for a specific tag. |
[Mark this item as viewed]



Utilities
 Vídeo
5)  Utilities
Description: This video discusses some of the utilities available in jQuery. We will start by showing how we can retrieve an element with an id. |
[Mark this item as viewed]


 Vídeo
6)  Like each and grep
Description: In this video, I start the discussion of jQuery utility functions (like each and grep). |
[Mark this item as viewed]


 Vídeo
7)  Traversing
Description: In this video, I am going to wrap up the discussion of utilities by talking about the reverse and the merge utilities. |
[Mark this item as viewed]


 Vídeo
8)  Traversing-Manipulation
Description: In this section we start by constructing a page with few divs, a button and two spans. The code that shows off the jQuery manipulation is discussed in the next video.  |
[Mark this item as viewed]



Selectors
 Vídeo
9)  Contents, Find, addClass and Siblings
Description: This video starts by continuing the previous video discussion. We show the use of contents, find, addClass, and siblings.  |
[Mark this item as viewed]


 Vídeo
10)  Spans, Divs, and Lists within the divs
Description: This class will discuss some of the jQuery selectors in detail. First we start by creating a page that contains spans, divs, and lists within the divs. We add some styles for visual appearance. We start first with the hover functionality. |
[Mark this item as viewed]


 Vídeo
11)  First
Description: In this video, I am continuing my discussion of selectors. I start by creating the main HTML page that contains a table of employees and their salaries. Under the table I add a list of three radio buttons. The table contains a header that explains the table content. |
[Mark this item as viewed]



Events
 Vídeo
12)  Events
Description: Before moving into events, this video continues the example on selectors. We use a table of employees and their salaries to illustrate how we can select the nth-row and the effect of hovering over rows. |
[Mark this item as viewed]



Effects
 Vídeo
13)  Show and hide the paragraph.
Description: This video will start the discussion of the animation effects using jQuery. We display a paragraph and a button on the page. Then we add jQuery code that allows us to show and hide the paragraph. |
[Mark this item as viewed]


 Vídeo
14)  FadeIn
Description: This video continues the discussion of animation. We create a similar idea by placing the definition of jQuery in a span. We place a button right above the definition (which is initially hidden). when the user clicks on the button, the definition is faded in. |
[Mark this item as viewed]


 Vídeo
15)  Animate function.
Description: This is the last video of animation. Here we will show off the use of the animate function.  |
[Mark this item as viewed]


 Vídeo
16)  Manipulating Page Elements
Description: This video continues the discussion of manipulating page elements. There are many functions in jQuery that help us just that. |
[Mark this item as viewed]



Ajax
 Vídeo
17)  Use of web services
Description: This video discusses the use of web services. |
[Mark this item as viewed]










mrbool.com
contact us   |   publish your post   |   buy credits

Copyright 2013 - all rights reserved to www.web-03.net