Examples
Remember:
- 1. AJAX: test in a WEB SERVER, because some browsers won't allow access to local files from the ajax script.
- 2. CSS in the html head
- 3. HTML at the bottom of your the document
- 4. JS just before
</body>
- 5. Because of old browsers (e.g. IE6, IE7), we recommend to implement this plugin before
any other javascripts (plugins or your own scripts) - these browsers have "strange" js errors
and the plugin may not be working as intended
by Bürocratik