Documentation

JQuery 1.5 Roadmap

From jQuery JavaScript Library

Jump to: navigation, search

Contents

Core

Attributes

  • removeAttr("a b c")

Data

  • Use data- as a fallback

Event

  • .live("hover", fn, fn), .live("toggle", fn, fn) (same goes for bind)
  • Remove getData/setData
  • Remove "foo!"
  • Deprecate triggerHandler
  • Implement a fast way for triggering lots of non-bubbling events
  • Implement "remove" event
  • jQuery.event.special.*.default (default action that can be preventDefaulted)

Offset

Manipulation

  • Templating solution (core plugin?), and a way to write templating plugins.

Ajax

  • $.ajax(url, options)
  • Ajax rewrite to become more extensible

Misc

  • Full support for jQuery-in-XML, XUL, XHTML (with right mimetype), and SVG.