Category
show
전체 (775)
웹표준, 웹접근성™ (5)
웹프로그래밍™ (360)
웹기획™ (0)
웹디자인™ (5)
서버™ (32)
데이터베이스™ (43)
개발자료 (9)
트랜드 (60)
Study English (2)
블루비 (70)
오피스 다이어리 (19)
Textcube (2)
이슈 (20)
컴퓨터 악세사리 (18)
엔터테인먼트 (24)
좋은글 (73)
재테크 (1)
이벤트 (4)

MooTools 1.1 released Javascript framework

웹프로그래밍™/jQuery, Javascript 2007/05/08 22:15 by 블루비 Total 572 : Today 1 : Yesterday 0

사용자 삽입 이미지


MooTools version 1.1 released

crazy optimizations for speed, compatibility, flexibility, and all around greatness.

New Features

  • Custom Events: A brand-new API to define custom events. The events 'mouseenter', and 'mouseleave', and 'domready' have been added as custom events.
  • Enhanced Element(): New methods, and enhancements such as an improved way to add HTML, such as:
    JAVASCRIPT:
    1. var note = new Element('div', {
    2. 'id': 'note',
    3. 'class': 'note',
    4. 'styles': {
    5. 'left': 15,
    6. 'top': 15
    7. },
    8. 'events': {
    9. 'click': noteConfirm,
    10. 'mouseover': noteShowMore
    11. }
    12. });
  • Element Filters: $('myElement').getChildren().filterByClass('myClass');
  • Perfecting Ajax: Ajax::cancel allows running requests to be aborted, Ajax::evalScripts has been enhanced to include global eval and automated evaluation of responses with a JavaScript Content-Type
  • Hash.Cookie is an extended Hash Class that can automatically and manually save and load Hash values using JSON in a Cookie.
  • Generics have been added for native prototypes, Element, and Elements.
  • Advanced Garbage Collection: $('content').empty().setHTML(newText);

For more information check out:


MIT license
    '
2007/05/08 22:15 2007/05/08 22:15

TRACKBACK :: http://blueb.net/blog/trackback/850

Leave a Comment
[로그인][오픈아이디란?]
1  ... 332 333 334 335 336 337 338 339 340  ... 775 

달력

«   2008/11   »
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30