jeresig (John Resig)

Name
John Resig
Email
Website/Blog
http://ejohn.org/
Company
Mozilla Corporation
Location
Boston, MA
Member Since
Feb 28, 2008 (about 1 year)

Following 9 githubbers and watching 28 repositories view all →

Public Repositories (12)

  • processing-js

    A port of the Processing visualization language to JavaScript.

    legend

    Last updated Thu Oct 29 12:30:58 -0700 2009

  • sizzle

    A sizzlin' hot selector engine.

    legend

    Last updated Mon Oct 26 17:42:52 -0700 2009

  • testswarm

    Distributed continuous integration testing for JavaScript.

    legend

    Last updated Tue Oct 06 12:04:26 -0700 2009

  • retweet

    A simple retweet button.

    legend

    Last updated Mon Oct 05 12:17:51 -0700 2009

  • fireunit

    A Firebug extension for JavaScript testing.

    legend

    Last updated Sun Oct 04 18:47:58 -0700 2009

  • selectortest

    A test suite for the Selectors API specification.

    legend

    Last updated Mon Sep 21 18:58:31 -0700 2009

  • github-contest

    A dumb entry into the Github contest.

    legend

    Last updated Wed Jul 29 15:28:33 -0700 2009

  • taskspeed

    my self help book all about how to speed up your tasks?

    legend

    Forked from phiggins42/taskspeed Fri Feb 27 07:35:38 -0800 2009

    Last updated Fri Feb 27 10:31:59 -0800 2009

  • dromaeo

    JavaScript Performance Test Suite

    legend

    Last updated Tue Jan 27 10:07:27 -0800 2009

  • jeresig.github.com

    A GitHub-powered web site.

    legend

    Last updated Tue Dec 16 20:27:56 -0800 2008

  • env-js

    A pure-JavaScript browser environment.

    legend

    Last updated Sun Oct 12 08:27:10 -0700 2008

  • vote

    Reddit, Hacker News, Digg voting script for Ubiquity.

    legend

    Last updated Thu Sep 04 12:37:35 -0700 2008

Public Activity feed

jeresig pushed to master at jquery/jquery Sat Nov 07 08:41:43 -0800 2009
HEAD is 76f6f0d39dc16e6c081823938ec46f6627a05d31
  • jeresig committed 76f6f0d3:
    Fixing spacing problems from rkatic's patches.
jeresig applied fork commits to jquery/master Sat Nov 07 08:37:29 -0800 2009
master was changed to 3dc5bc
jeresig pushed to master at jquery/jquery Sat Nov 07 08:25:09 -0800 2009
HEAD is 3106039aa89410c9abae9947b2520d9c8e62f8f0
  • jeresig committed 3106039a:
    Made sure that animate callbacks get executed even when no properties are passed in. Fixes #5459.
jeresig pushed to master at jquery/jquery Sat Nov 07 07:43:47 -0800 2009
HEAD is b0fe380cf89564305646bbd55d1fd7bd210fd591
  • jeresig committed b0fe380c:
    Make .add() take an optional context and - if a context is specified in the root selector - use that as the base context.
jeresig pushed to master at jquery/jquery Sat Nov 07 07:17:53 -0800 2009
HEAD is ef05f44cce870a8b78637b0a88b27087f7f13b37
  • jeresig committed ef05f44c:
    Comment nodes are discarded from a merge, for no apparent reason. Fixes #5438.
jeresig pushed to master at jquery/jquery Sat Nov 07 07:11:15 -0800 2009
HEAD is 6a722e251dedd5f01ac0c46e330a368be7bb760b
  • jeresig committed 6a722e25:
    jQuery.ajax modified the passed-in object only to help test the code - this shouldn't occur. Fixes #5439.
jeresig pushed to master at jquery/jquery Sat Nov 07 07:04:01 -0800 2009
HEAD is 1a94a46826188fc3ba63680ca62db164589c70c9
jeresig pushed to master at jquery/jquery Sat Nov 07 07:01:45 -0800 2009
HEAD is 81bfd9b870f658ce00eec48ea48a84d69c20bf05
  • jeresig committed 81bfd9b8:
    Make sure that document.body exists, at least, in IE before the ready event is fired. Fixes #5443.
jeresig pushed to master at jquery/jquery Sat Nov 07 06:00:02 -0800 2009
HEAD is 513053d62ba86ca6ab1f4646fdac3ec6819b2db9
  • jeresig committed 513053d6:
    The complete event wasn't getting called on local file 404s. Thanks to 'mrspeaker' for the patch. Fixes #5468.
jeresig pushed to master at jquery/jquery Sat Nov 07 05:57:39 -0800 2009
HEAD is 9a371e2d93d6e0a70b4c99e2ca44cbe14017fe5c
  • jeresig committed 9a371e2d:
    Fixed the case where getComputedStyled was assumed to exist if getBoundingClientRect did (which isn't the case on the Playstation 3). Fixes #5467.
jeresig pushed to master at jquery/jquery Sat Nov 07 05:55:36 -0800 2009
HEAD is 339708cda9985aeef947a28bec1354bdfcc2a358
  • jeresig committed 339708cd:
    Removing some of the SVN-specific stuff from the Ant build file (should probably be updated to use the new Git functionality.
jeresig closed issue 1 on jquery/qunit Thu Nov 05 05:16:45 -0800 2009
noglobals GET parameter ignored
jeresig pushed to master at jquery/qunit Thu Nov 05 05:14:54 -0800 2009
HEAD is 958c03fbab15c7fd9b607a3961e92e66b3861814
  • jeresig committed 958c03fb:
    Some minor tweaks to RyanS' GETParams change.
jeresig closed issue 2 on jquery/qunit Thu Nov 05 05:09:48 -0800 2009
Test Suite URL Params need their own query string
jeresig applied fork commits to qunit/master Thu Nov 05 05:09:35 -0800 2009
master was changed to 77cc69
jeresig closed issue 3 on jquery/qunit Thu Nov 05 05:08:49 -0800 2009
module name is not shown
jeresig applied fork commits to qunit/master Thu Nov 05 05:02:46 -0800 2009
master was changed to 277b05
jeresig commented on lrbabe/jquery Wed Nov 04 20:34:07 -0800 2009
Comment in 5fd2114:

Oh, also: Before I land this it would be good to have some tests integrated, as well (I assume that this would require some way to simulate some of the mouse events). Considering that I don't think we have any hover/mouseenter/mouseleave tests I would definitely appreciate your eye on this.

jeresig commented on lrbabe/jquery Wed Nov 04 20:28:35 -0800 2009
Comment in 5fd2114:

If you could clarify what you're trying to do with the delegate function that would be good. Additionally, it seems like it would be good to avoid the special code in live and somehow integrate that directly into the special event code (although I'm not 100% certain how that might work - perhaps what you're doing is the best we can hope for).

jeresig commented on lrbabe/jquery Wed Nov 04 20:27:08 -0800 2009
Comment on src/event.js L560 in 5fd2114:

This line should be:

if ( !related || related !== elem ) {
jeresig commented on lrbabe/jquery Wed Nov 04 20:26:47 -0800 2009
Comment on src/event.js L557 in 5fd2114:

This line should be:

if ( fn.live === "mouseenter" || fn.live === "mouseleave" ) {
jeresig commented on lrbabe/jquery Wed Nov 04 20:26:18 -0800 2009
Comment on src/event.js L538 in 5fd2114:

These changes seem sort of backwards - if you don't want to mouseenter/mouseleave to use withinElement for binding why not just do a return false; to make setup and teardown do their normal binding behavior?

jeresig applied fork commits to jquery/master Mon Nov 02 18:01:07 -0800 2009
master was changed to 10068d
jeresig commented on visionmedia/jquery Mon Nov 02 14:56:12 -0800 2009
Comment in 15aa5dc:

Not a huge fan of this change - seems a bit obscure for the sake of shaving 2 characters (-4 for "new ", +2 for "()"). I merged in your other tweak, though.

jeresig commented on mickey/jquery Mon Nov 02 14:54:44 -0800 2009
Comment in fce4093:

This looks pretty good - only request before I pull this into jQuery core: Can you change the file from README.markdown to README.md? The second one should also work and it won't be nearly as verbose - thanks!

jeresig commented on kriskowal/jquery Mon Nov 02 14:53:42 -0800 2009
Comment in bb1de36:

An interesting commit - I think if you split out the spacing tweaks into a separate commit and make the style changes that I recommended then this should be ok to land.

jeresig commented on kriskowal/jquery Mon Nov 02 14:53:08 -0800 2009
Comment on src/support.js L6 in bb1de36:

Change this to:

if ( typeof document === "undefined" ) {
    return;
}

(Only using a tab instead of spaces.)

jeresig commented on kriskowal/jquery Mon Nov 02 14:52:17 -0800 2009
Comment on src/event.js L372 in bb1de36:

s/==/===/

jeresig commented on kriskowal/jquery Mon Nov 02 14:51:59 -0800 2009
Comment on src/outro.js L7 in bb1de36:

Not a huge fan of this addition - it'd probably just be better to add additional detection into the useragent code and avoid this.

jeresig commented on kriskowal/jquery Mon Nov 02 14:51:32 -0800 2009
Comment on src/outro.js L6 in bb1de36:

s/!=/!==/g

jeresig commented on kriskowal/jquery Mon Nov 02 14:50:57 -0800 2009
Comment on src/offset.js L4 in bb1de36:

The revised code should probably just be:

if ( typeof document !== "undefined" && "getBoundingClientRect" in documentElement ) {

We can worry about the Narwhal support later on.

jeresig commented on kriskowal/jquery Mon Nov 02 14:49:40 -0800 2009
Comment on src/fx.js L407 in bb1de36:

I'm having a hard time telling - what was changed here? Endlines? Spacing?

jeresig commented on kriskowal/jquery Mon Nov 02 14:49:01 -0800 2009
Comment on src/css.js L13 in bb1de36:

!==

jeresig commented on kriskowal/jquery Mon Nov 02 14:48:48 -0800 2009
Comment on src/ajax.js L169 in bb1de36:

It's a bit weird changing these spaces in this commit, might be good to separate it out into a separate commit.

jeresig commented on kriskowal/jquery Mon Nov 02 14:47:54 -0800 2009
Comment on src/ajax.js L161 in bb1de36:

This should be !==