<

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

Suggested Videos

Which language to choose for your next web project? Python, PHP, or maybe Node.js? Which framework to choose? Should you go with Symphony, Yii, or Laravel in PHP world? Django, Pyramid or Flask in Python world? Or maybe go for Feathers, Sails, Meteo…
In this post, I'll use examples to illustrate how the "If" function operates.

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month