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)
-
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
-
dromaeo
JavaScript Performance Test Suite
Last updated Thu Dec 10 13:47:46 -0800 2009
-
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 
-
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...
-
950b5d6
Added in integrated JSLint checking against the jQuery source....
-
dcf0fa5
More changes to get jQuery in line with JSLint.
-
5aac4d3
Landing more tweaks the become more inline with JSLint.
-
8c8f685
We don't want to increment the Ajax counter if there isn't a g...
-
a4043cd
Land some additional tweaks related to running through JSLint.
-
fc08d0e
Fixed some cases where expression, expression was used and sho...
-
87daef1
Made some additional tweaks to allow Sizzle to run in JSLint (...
-
bba5418
Move declaration of nodeCheck.
-
a18f682
Made some code tweaks related to running jQuery through JSLint...
-
89dd2b3
Made some code tweaks related to running jQuery through JSLint...
-
36faab4
No reason to double-bind the beforeunload event. Fixes #6113.