CARVIEW |
jeresig
(John Resig)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- John Resig
- Website/Blog
- https://ejohn.org/
- Company
- Mozilla Corporation
- Location
- Boston, MA
- Member Since
- Feb 28, 2008
Following 9 coders and watching 35 repositories view all →
Public Repositories (12)
-
dromaeo
JavaScript Performance Test Suite
Last updated Thu Mar 11 14:33:28 -0800 2010
-
jquery-workshop
The code behind a workshop for learning about jQuery.
Last updated Thu Mar 04 10:36:54 -0800 2010
-
sizzle
A sizzlin' hot selector engine.
Last updated Mon Mar 01 16:44:27 -0800 2010
-
processing-js
A port of the Processing visualization language to JavaScript.
Last updated Fri Feb 26 16:05:36 -0800 2010
-
jquery.hotkeys
jQuery Hotkeys lets you watch for keyboard events anywhere in your code supporting almost any key...
Forked from tzuryby/jquery.hotkeys Mon Feb 22 15:02:33 -0800 2010
Last updated Mon Feb 22 23:07:59 -0800 2010
-
testswarm
Distributed continuous integration testing for JavaScript.
Last updated Sat Dec 05 03:01:42 -0800 2009
-
retweet
A simple retweet button.
Last updated Mon Oct 05 12:17:51 -0700 2009
-
fireunit
A Firebug extension for JavaScript testing.
Last updated Sun Oct 04 18:47:58 -0700 2009
-
selectortest
A test suite for the Selectors API specification.
Last updated Mon Sep 21 18:58:31 -0700 2009
-
jeresig.github.com
A GitHub-powered web site.
Last updated Tue Dec 16 20:27:56 -0800 2008
-
env-js
A pure-JavaScript browser environment.
Last updated Sun Oct 12 08:27:10 -0700 2008
-
vote
Reddit, Hacker News, Digg voting script for Ubiquity.
Last updated Thu Sep 04 12:37:35 -0700 2008
Public Activity 
-
b352db1
Pass Debian's license check tool by including licenses.
-
34315b3
Making it harder to cache regexp and string results.
-
ba8938d
Switch to using String.prototype.trim from String.trim as it's...
@DBJDBJ: I'm not sure what you mean regarding String.prototype.trim - we don't use it, we're only using the native String.trim method, so it's best for us to check to see if that method exists. Also, there is no left/right trim in jQuery - only the one trim.
-
776f3b1
Actually, the load change wasn't necessary for Talos.
-
6944c49
Load the runner after window load (helps the Talos hooks).
-
da26d0e
Rewrote the live/delegate submit tests to be more generic.
-
f68b46d
Make sure that special remove and teardown events get called w...
-
2fbe3fb
Removing the mention of buliding the docs from the README. Tha...
-
141ad3c
Landing a faster trim method. Based upon the work by Travis Ha...
@rkatic: Good point, just landed that change: 0a307b332e896b6b480952abb5d3bf03819893c8
-
0a307b3
No need to use .call() anymore since we switched from .apply()...
-
9157ba7
Still pull the demo source from jquery.com.
-
145f2f0
I take that back! It was a bug, but the cache had to be trigge...
-
2c08004
Attempted to fix #6227, not entirely sure if it's a problem as...
-
5e1e327
We don't need to use that buildFragment, we can just use dire...
-
28a5919
Tweaked the README example.
-
3ce06c3
Added .append(tmpl, array) support, fixed the return values to...
-
a171206
Add in a way to snap in new templating methods.
-
118ddde
Don't expose jQuery via with(), do expose $.
-
078b596
Tweaked README.
-
1dc786d
Tweaking the game to use delegate instead of live.
-
0d50641
Fixed typo in game.
-
4fa25d0
Adding in the advanced jQuery talk and demo.
-
9584e90
Added in Ben Alman's proposed event.namespace property (the pr...
@jdalton: To someone that reads specifications for fun, of course there's "Nothing magical about it." - but it's undeniable that it's much more obtuse than just doing a straight
(new Date()).getTime();
or(new Date()).valueOf();
.
-
04e31ff
Make sure that we don't try to remove data from an applet. Re-...
@James: Nothing in particular (in that it works) but I've balked against it in the past because it's particularly "magical" and not always obvious what it's doing to someone who may be reading the source - whereas (new Date()).getTime() is very explicit and very obvious as to what the result is.
-
ad103c8
Add in the new level information to the closest(Array) test.
-
5c111a0
We no longer support globally-triggered events on plain object...
-
86ace44
Moving more properties onto jQuery.ajax, also copy them back t...
-
a33d01a
Remove the need for the return in sizzle-jquery and just remov...