jQuery


Aptana IDE now includes jQuery

Aptana latest release of their Web 2.0 IDE software now includes the ability to import jQuery’s JavaScript library into a web project.

Comment · Posted: July 30th, 2006


jQuery International

If there’s anything that’s apparent from watching the jQuery mailing list and jQuery-related blog posts on Technorati, it’s that there’s a huge international audience for the library.
As I’ve been working on the new version of the web site (to be released together with the upcoming version 1.0 of jQuery) I’ve had a number of offers […]

Comment · Posted: July 29th, 2006


Dev Tip: Faster Selects w/Tag Name

jQuery provides an extremely versatile DOM query mechanism. If you’re wondering what’s happening under the covers, and if there are less- and more-performant ways to formulate your query . . . the answer is YES. In many cases you can help jQuery by specifying a tag name, i.e.:
$(“div.class”).show()
is faster than:
$(“.class”).show()
. . . with the difference […]

Comment · Posted: July 27th, 2006


Technorati Using jQuery

Just today Technorati pushed a new redesign live. Amongst other changes, it now uses jQuery as its primary Javascript code base. This is huge news as another big web site chooses jQuery as their Javascript library of choice.
If I had to guess, as to why they chose it, I’d say that they appreciated the bandwidth […]

Comment · Posted: July 24th, 2006


jQuery plugin goodness

There is a lot of good plugin development going on for jQuery. Here are two which have come up on the list lately:
HighlightFade by Blair Mitchelmore is a very thorough jQuery implementation of the “yellow fade” technique. Options include the type of fade (linear, sinusoidal, exponential), the duration, and a function to call on completion. […]

Comment · Posted: July 24th, 2006


jQuery Color Picker

Steven Wittens of Drupal fame has released a nifty jQuery plugin of his own called Farbtastic. So what does it do you ask?
Farbtastic uses layered transparent PNGs to render a saturation/luminance gradient inside of a hue circle. No Flash, no pixel sized divs.
With Farbtastic, a simple form input box turns into a auto-updated hex code […]

Comment · Posted: July 18th, 2006


Inline Editing with jQuery

We’ve all heard of in-line editing. Flickr uses it for many things such as changing the title or description of one of your pictures.
For those of you who dont know, in-line editing is when you can just click on text, and it becomes a text box which the user can then edit. When the user […]

Comment · Posted: July 12th, 2006


Bloggers Wanted

On the road up to 1.0 there is one thing, that we’ve been lacking in, that we need more of: Lots of jQuery bloggers!
With my commitment to squishing bugs in the jQuery core, adding new features, writing documentation – I just don’t have time to keep the blog updated with all the hot new projects […]

Comment · Posted: July 10th, 2006


Next entries » · « Previous entries

Secrets of the JavaScript Ninja

Secrets of the JS Ninja

Secret techniques of top JavaScript programmers. Published by Manning.

John Resig Twitter Updates

@jeresig / Mastodon

Infrequent, short, updates and links.