Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Coffeescript Application Development Cookbook
  • Table Of Contents Toc
Coffeescript Application Development Cookbook

Coffeescript Application Development Cookbook

By : Mike Hatfield
4.6 (5)
close
close
Coffeescript Application Development Cookbook

Coffeescript Application Development Cookbook

4.6 (5)
By: Mike Hatfield

Overview of this book

If you are interested in developing modern applications, this book will help you leverage the vast JavaScript ecosystem while using an elegant language, helping you avoid the shortcomings of JavaScript.
Table of Contents (13 chapters)
close
close
12
Index

Working with jQuery

jQuery is undoubtedly one of the most widely used JavaScript libraries in use today. It alone is used by nearly 57 percent of all websites in the world and has a whopping 92 percent market share in the JavaScript library space.

Tip

For more information on jQuery, you can visit the project home page at http://jquery.com/.

In this section, we will look at writing jQuery code to use with jQuery and some of jQuery's most popular plugins.

Executing on load

When a web page first loads, jQuery will trigger a document.ready event allowing you to execute code before the page begins rendering. This is the opportune time to execute any initialization code.

Getting ready

Our jQuery examples will be based on a basic HTML file with the following structure:

<!doctype html>

<html lang="en">

<head>
  <meta charset="utf-8">
  <title>jQuery Examples</title>
</head>

<body>

  <!-- Your CoffeeScript code goes here --...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Coffeescript Application Development Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon