  
- 帖子
- 763
- 主題
- 210
- 精華
- 2
- 積分
- 232
- 威望
- 232
- 金錢
- 0
|
[新推出] jQuery 1.2
jQuery 推出了新版本 1.2,舊功能的翻修和新功能的增加當然都是少不了的。
- Selectors
- :has(selector)
- :header
- :animated
- XPath Selector Plugin
- Attributes
- Traversing
- .map()
- .prevAll() / .nextAll()
- .slice()
- .hasClass()
- .andSelf()
- .contents()
- Manipulation
- .wrapInner() / .wrapAll()
- .replaceWith() / .replaceAll()
- .clone(true) 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
更令人期待的是,jQuery UI 預定會在本周日推出一個全新改版,可以做 Draggables, droppables, resizables, shadows, sliders, sortables, tabs, accordions, selectables, trees, modals,還有完整的文件、範例和佈景主題可用,聽起來相當不錯吧,官方先釋出了一張圖讓大家先解解渴。

PS. jQuery 似乎是越來越受矚目了,有興趣想學的人可以參考一下這一篇。 |
|