jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
Download
Documentation
Tutorials
Bug Tracker
Discussion
Documentation
Search
jQuery
Go
Getting Started
Main Page
Downloading jQuery
How jQuery Works
FAQ
Tutorials
Using jQuery with Other Libraries
Variable Types
API Reference
jQuery Core
Selectors
Attributes
Traversing
Manipulation
CSS
Events
Effects
Ajax
Utilities
jQuery UI
Plugins
Plugin Repository
Authoring
Support
Mailing List and Chat
Submit New Bug
Commercial Support
About jQuery
Contributors
History of jQuery
Sites Using jQuery
Browser Compatibility
Licensing
Donate
Toolbox
What links here
Related changes
Upload file
Special pages
Printable version
Permanent link
Views
Article
Discussion
Edit
History
Personal tools
Log in / create account
JQuery 1.5 Roadmap
From jQuery JavaScript Library
Jump to:
navigation
,
search
Contents
1
Core
2
Attributes
3
Data
4
Event
5
Offset
6
Manipulation
7
Ajax
8
Misc
[
edit
]
Core
jQuery.require()
jQuery.forEach
An easy way for turning thing -> jQuery set
jQuery.exception (easy to hook into throw)
[
edit
]
Attributes
removeAttr("a b c")
[
edit
]
Data
Use data- as a fallback
[
edit
]
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)
[
edit
]
Offset
Position from UI
[
edit
]
Manipulation
Templating solution (core plugin?), and a way to write templating plugins.
[
edit
]
Ajax
$.ajax(url, options)
Ajax rewrite to become more extensible
[
edit
]
Misc
Full support for jQuery-in-XML, XUL, XHTML (with right mimetype), and SVG.