<

Introduction to jQuery (Part 1)

Posted on
8,046 Points
846 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
Via various tools, systems and automated alerts I generate thousands of emails per day. Using a common method to send these emails makes it easier to standardize these messages. One key feature of these email methods is stylized emails. This article…
This article presents an AutoHotkey (V1) script that detects when a USB drive is inserted or removed. It displays a pop-up dialog and makes a logfile entry in each case. It provides a system tray (notification area) icon with context menu choices to…

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month