Giter VIP home page Giter VIP logo

js2e's Introduction

#Tutorial Files for JavaScript & jQuery: The Missing Manual The files here are for the book, JavaScript & jQuery: The Missing Manual, by David Sawyer McFarland, and published by O'Reilly Media, © 2012. ##Updates

  • 5/28/2012: I've updated the tutorial files to include the jQuery version 1.7.2. When the book was originally published, jQuery 1.6.3 was the current version. To use the new version of the library, when you are asked in the tutorials to type jquery-1.6.3.min.js, use jquery-1.7.2.min.js instead. The completed versions of the tutorials include the 1.7.2 version of the library.
  • 5/28/2012: The tutorial "Opening a Page Within a Page" on page 248 doesn't work as is. Since the publication of this book, some sites have started preventing their pages from appearing within iFrames. Google and Yahoo!, for example, are afraid of security problems related to putting their pages inside iFrames. A web server can send out what's called an X-Frame-Options HTTP response header which prevents the page from being displayed inside an iFrame. It's explained here: https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header. In other words the original tutorial, which included both Google and Yahoo! links won't work. Many sites don't prevent their pages from appearing inside an iFrame, so you can still use this technique; just make sure to test it with the sites you link to. The tutorial instructions should be changed to:
  1. (Step 1 is the same)
  1. Locate the first link, and add class="iframe" so the code looks like this: <a href="http://smashingmagazine.com/" class="iframe">Smashing Magazine</a>
  1. Add title="Smashing Magazine" to the link you edited in the last step so it looks like this: <a href="http://smashingmagazine.com/" class="iframe" title="Smashing Magazine">Smashing Magazine</a>
  1. (The rest of the steps are the same.)

js2e's People

Contributors

sawmac avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.