Skip to Content
Head Rush Ajax
book

Head Rush Ajax

by Brett McLaughlin
March 2006
Beginner to intermediate
448 pages
13h 33m
English
O'Reilly Media, Inc.
Content preview from Head Rush Ajax
394
Appendix I
#2: script.aculo.us and other UI libraries
In addition to several Ajax toolkits, there are some great JavaScript
libraries you can use to build really slick user interfaces (UIs). These
libraries are just external JavaScript les that you can include and use
in your applications, whether those apps are asynchronous or not.
user interface libraries
script.aculo.us
Where to get it: http://script.aculo.us/
How to use it:
<head>
<title>The New and Improved Break Neck Pizza</title>
<link rel=”stylesheet” type=”text/css” href=”breakneck.css” />
<script type=”text/javascript” src=”prototype.js”> </script>
<script type=”text/javascript” src=”scriptaculous.js”> </script>
<script type=”text/javascript” src=”pizza.js”> </script>
</head>
Nothing new here... these are
just more JavaScript libraries
to add to your HTML.
script.aculo.us has several
JavaScript libraries, and tons
of cool effects. To learn more,
check out their demos page at:
script.aculo.us uses the
Prototype library for its server
interaction, and some lower-
level JavaScript functions.
you’re on your way
395
parting gifts
Like script.aculo.us, Rico has
lots of great UI features,
notably some really cool drag-
and-drop functionality.
Here, I’m dragging text from
the list of names into the
graphical boxes on the bottom
of the page... ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz
What Successful Project Managers Do

What Successful Project Managers Do

W. Scott Cameron, Jeffrey S. Russell, Edward J. Hoffman, Alexander Laufer
How to Become a Game-Changing Leader

How to Become a Game-Changing Leader

Douglas A. Ready, Alan Mulally

Publisher Resources

ISBN: 0596102259Errata PageSupplemental Content