Skip to Main Content
Head Rush Ajax
book

Head Rush Ajax

by Brett McLaughlin
March 2006
Beginner to intermediate content levelBeginner to intermediate
448 pages
13h 33m
English
O'Reilly Media, Inc.
Content preview from Head Rush Ajax
you’re on your way
405
ajax and dom utilities
You can use text-utils.js by adding a <script> tag to the
<head> section of your web page’s HTML, just like you
did with ajax.js:
<head>
<title>Ajax-powered Coffee Maker</title>
<link rel=”stylesheet” type=”text/css” href=”coffee.css” />
<script type=”text/javascript” src=”ajax.js”> </script>
<script type=”text/javascript” src=”text-utils.js”> </script>
<script type=”text/javascript” src=”coffee.js”> </script>
</head>
Using text-utils.js
Remember to leave a space between
the <script> opening and closing
tags, so all browsers will load your
external JavaScript.
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

Reinventing the Organization for GenAI and LLMs

Reinventing the Organization for GenAI and LLMs

Ethan Mollick
Head First Ajax

Head First Ajax

Rebecca M. Riordan

Publisher Resources

ISBN: 0596102259Errata PageSupplemental Content