Asynchronous File Upload - YUI’s Approach Thirteen Simple Rules for Speeding Up Your Web Site
Sep 11

Yesturday was anounced that the latest jQuery version is online. Its marked 1.2 and includes tons of new features. Also features were removed so make sure you read how to upgrade guide.

New Features

  • Selectors
    • :has(selector)
    • :header
    • :animated
    • XPath Selector Plugin
  • Attributes
    • .val() Overhaul
  • Traversing
    • .map()
    • .prevAll() / .nextAll()
    • .slice()
    • .hasClass()
    • .andSelf()
    • .contents()
  • Manipulation
    • .wrapInner() / .wrapAll()
    • .replaceWith() / .replaceAll()
    • Event Cloning
  • CSS
    • .offset()
    • .height() / .width() for document and window
  • Ajax
    • Partial .load()
    • Cross-Domain getScript
    • JSONP
    • .serialize() Overhaul
    • Disable Caching
  • Effects
    • .stop()
    • %/em Animations
    • Color Animations
    • Relative Animations
    • Queue Control
    • :animated
    • step: Function
  • Events
    • Namespaced Events
    • .triggerHandler()
  • Internals
    • Documentation Move
    • Expando Management


One Response to “jQuery 1.2: Massive NEW Release”

  1. jQuery UI: Interactions and Widgets | Ajaxus place on the net Says:

    […] a very successful release of jQuery v1.2, the jQuery team has just announced the release of their new UI & effects library, jQuery UI. […]

Leave a Reply