Web Design

(Nancy Kaufman) #1

223


CHAPTER

Adding Interactivity and Multimedia 9


TIP


Can I use jQuery locally, without linking to the script?
Yes. You can go to http://jquery.com and download the code base yourself. This can be particularly useful
if you need to develop and test your pages in situations where you may not have an active Internet
connection. The jQuery Web site also includes extensive documentation on the library, tutorials on using it,
and a discussion area where you can connect with other jQuery users for additional help.

0 Type <script src=
http://ajax.
googleapis.com/ajax/
libs/jquery/1.4.2/
jquery.min.js”
type=”text/
javascript”>


.

! Type <script src=
”jquery.nivo.slider.
pack.js” type=”
text/javascript”>


.

8 In your editor, open an
existing file or create a
new one.


9 In the head section,
type <link rel=
”stylesheet” href=
”nivo-slider.css”
type=”text/css”
media=”screen” />.


11


8


10


9

Free download pdf