null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Learning from jQuery (Building on Core Skills)

List Price: $19.99
SKU:
9781449335199
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Callum Macrae
    Format:
    Paperback
    Pages:
    113
    Publisher:
    O'Reilly Media (March 12, 2013)
    Language:
    English
    ISBN-13:
    9781449335199
    ISBN-10:
    1449335195
    Dimensions:
    7" x 9.19"
    Case Pack:
    38
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $19.99
    As low as:
    $17.19
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    7.04oz
    Imprint:
    O'Reilly Media
  • Overview

    If you’re comfortable with jQuery but a bit shaky with JavaScript, this concise guide will help you expand your knowledge of the language—especially the code that jQuery covers up for you. Many jQuery devotees write as little code as possible, but with some JavaScript under your belt, you can prevent errors, reduce overhead, and make your application code more efficient.

    This book explores event handling, prototypes, and working with the DOM and AJAX through examples and lots of code. You’ll learn common conventions and patterns in JavaScript and—if you’ve never coded with JavaScript before—a tutorial will take you through the basics.

    • Enhance your jQuery code by using object constructors and prototypes
    • Reduce overhead and gain more control by handling events with JavaScript
    • Work with the DOM much faster with JavaScript than you can with jQuery
    • Send a few AJAX requests without having to load the entire jQuery library
    • Understand the importance of JavaScript code standards, comments, code reuse, and anti-patterns
    • Enlist JavaScript resources, such as a good IDE, a syntax checker, and version control