<

Introduction to jQuery (Part 1)

Posted on
8,053 Points
853 Views
2 Endorsements
Last Modified:
Published
Experience Level: Beginner
5:17
The viewer will learn the basics of jQuery, including how to invoke it on a web page.

Video Steps

1. Reference your jQuery libraries

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>

Open in new window

2. Include your new external js/jQuery file

<script src="js/mediasage.js"></script>

Open in new window

3. Write your first lines of code to setup your site for jQuery.

jQuery(document).ready(function($){
});

Open in new window

2
Author:Jason Baker
1 Comment
LVL 11

Comment

by:Mortaza Doulaty
DOM stands for Document Object Model, not Direct Object Model.
1
Forums on the internet are sites that provide a place for those who have an interest in a specific topic to meetup virtually to share in their passion with others around the world that also have such an interest.
This article explores the benefits of a dashboard as a tool for data analysis and visualization and recommends approaches to building a web-based dashboard using free data visualization libraries.

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month