InfoQ

News

jQuery Gaining Traction With 1.2 and jQuery UI

Posted by James Estes on Sep 12, 2007 08:26 AM

Community
Java
Topics
Rich Internet Apps ,
Javascript
Tags
AJAX ,
jquery

jQuery is quickly becoming the Ajax library of choice for many. Its API is deceptively simple, it is consistent across browsers, well documented, it supports many features developers have come to expect of a library, it has a compelling plugin architecture making jQuery extensible in a future-proof manner, and it has an active development cycle and community.

That last point was really highlighted today when they announced the jQuery 1.2 release less than 3 weeks after its predecessor 1.1.4. The team has been quite visible in their development and many of the features described in the jQuery 1.2 roadmap made it into the target release. The new features include:

  • Partial Load - "Partial .load() allows you to load chunks of HTML documents into your page, filtered by a jQuery selector. This works just like a normal Ajax .load(), but you just specify a selector immediately following the URL that you're retrieving."
  • Remote Scripts - "You can now use getScript to dynamically load, and execute, remote scripts. This could be used to load in jQuery plugins or other code modules."
  • Disable Caching - "In an $.ajax call you can now prevent requests from being cached by the browser by providing an extra cache: false flag. This will ensure that any GET requests that you might be performing will absolutely be retrieving the latest version of the page."
  • Percentage based animations - "Animations can now be done using em values or percentages as well as pixel values. They can even be mixed within the same animate() call."
  • Color Animations - "A new official jQuery plugin that supports animating CSS colors of elements by using the new jQuery.fx.step. Supported CSS properties include: 'backgroundColor', 'borderBottomColor', 'borderLeftColor', 'borderRightColor', 'borderTopColor', 'color', 'outlineColor'."
  • Offset - " _fcksavedurl="">Offset - "Brought over from the Dimensions plugin, the .offset() method allows you to find the offset of the element (as 'top' and 'left') from the top-left corner of the document."

True to their goal of keeping the library concise (the new version weighs in at an impressive 14kb minified and gzip'ed), some functionality has been removed in this release.  For this release, they have provided an Upgrade Path that includes a compatibility plugin (leveraging their own plugin architecture) for the removed bits.

Another big announcement was a preview of jQuery User Interface:

This Sunday, September 16th, the brand new jQuery UI is coming to your town. Draggables, droppables, resizables, shadows, sliders, sortables, tabs, accordions, selectables, trees, and modals. All completely documented, demoed, themed, and 100% Free Open Source Software.
jQuery 1.2 release has many new features as well as support for removed features.  This shows a level of dedication to the users that will be appreciated by those that use jQuery and attractive to those that do not.
JQuery UI is not released yet by 超 陆 Posted Sep 13, 2007 9:14 AM
  1. Back to top

    JQuery UI is not released yet

    Sep 13, 2007 9:14 AM by 超 陆

    And it's said to be on 16th in google groups.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.