| CARVIEW |
justinbmeyer
- You’re not logged in!
- Login
- Pricing & Signup
- Website/Blog
- https://jupiterit.com
- Company
- Jupiter Consulting
- Location
- Chicago
- Member Since
- Apr 27, 2009 (9 months)
Following 0 coders and watching 10 repositories view all →
Public Repositories (5)
-
jquery
jQuery JavaScript Library
Forked from jquery/jquery Fri Oct 23 07:17:35 -0700 2009
Last updated Mon Feb 01 23:08:39 -0800 2010
-
tick
JavaScript Rhino based installer and packager
Last updated Fri Nov 13 17:37:23 -0800 2009
-
justinLearningGit
Screwing around with git
Last updated Mon Nov 09 15:11:33 -0800 2009
-
javascriptmvc
A jQuery Framework that makes all the annoying stuff easier.
Created Fri Jan 29 10:16:32 -0800 2010
-
jmvc
JavaScriptMVC
Created Mon Nov 09 15:10:46 -0800 2009
Public Activity 
-
Justin Meyer
committed
b598f137:
Allows namespaced events to work with live. A side effect is you can use the same function for 2 different bind calls.
Loading And Blocking JavaScript: On-demand parallel loader for JavaScript with execution order dependencies
-
jeresig
committed
6798df54:
Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want.
-
jeresig
committed
e514e67c:
Bringing Sizzle and QUnit up to date.
-
jeresig
committed
918cf68d:
Don't do the update after the pull - forces the submodules up to date.
-
jeresig
committed
1a26e419:
Use .add() to merge two test groups together for .unwrap().
-
jeresig
committed
122e5dcf:
Changed the style attribute test to handle hex colors (as that's what Opera returns, in this case.
-
jeresig
committed
3ec9f499:
Made .show(null/undefined) and .hide(null/undefined) work the same as .show() and .hide().
-
jeresig
committed
25c188b6:
Fixed a problem with animations with a duration of 0 not working properly for hide and show.
-
jeresig
committed
21dead46:
Simplified a selector in the .live() tests.
-
jeresig
committed
6e5a6a26:
Tweaked the live test to be a bit simpler.
-
jeresig
committed
c7407bd4:
Fixed wrap test that was looking for comment values from .text().
-
jeresig
committed
df6e02a4:
Merge branch 'master' of github.com:jquery/jquery
-
jeresig
committed
90ba57ce:
Fixed bug with singleTag matching in core.js.
-
Yehuda Katz
committed
17955cac:
Fixes $.trim for closes #4980
-
jeresig
committed
84857abe:
Ignore diff and patch files.
-
jeresig
committed
2b7c38f8:
Merge branch 'master' of github.com:jquery/jquery
-
jeresig
committed
e00be67f:
Adding a Rakefile to build jQuery core, for those that need it.
-
kswedberg
committed
255068da:
added missing semicolons
-
kswedberg
committed
a5efe9d3:
added missing radix parameter for parseInt()
-
kswedberg
committed
ddb86f8d:
added curly braces around all if/else statements
-
jeresig
committed
1879e8cb:
Force endlines to be just LF (any CRLF is auto-converted to LF by Git).
And 6 more commits...
-
justinbmeyer
committed
adabad73:
Adds change support to event delegation. Ticket #4012. This isn't tested, because I am not sure a great way to test it. It's hard to simulate a change in the browser for example.
-
rkatic
committed
ee9192d1:
Corrected some minor errors made by me (rkatic) in last commits.
-
rkatic
committed
7b26e3bc:
Forgotten to update the number of jQuery.extend related tests.
-
rkatic
committed
93be758d:
Made jQuery.extend(true, ...) to extend recursively only 'object literal' values.
-
rkatic
committed
990d9ca1:
Made isObjectLiteral to work correctly with custom objects with empty prototypes.
-
jeresig
committed
1ce92e02:
Make sure that the submodules are pulling from the right location.
-
lrbabe
committed
c07d15d5:
Use array.indexOf if available (speeds up modern browsers). Thanks to lrbabe and Andrea for the patch. Fixes #5160.
-
jeresig
committed
5ac2e083:
Added useMap and frameBorder IE support to attr. Fixes #4561.
-
jeresig
committed
357e2ae9:
Added a check to make sure that a load request isn't done if the element doesn't exist. Fixes #4235.
-
jeresig
committed
c2101245:
Pass in the XHR object as the third argument to the success callback (which helps $.get, $.post, and load). Fixes #3363.
-
jeresig
committed
7c4144fa:
Fixed the case where HTML that contained entities was being inserted as text strings instead of HTML. Thanks to dmethvin for the test case! Fixes #5483.
-
jeresig
committed
449e099b:
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760.
-
Rich Dougherty
committed
bf71575b:
Land Rich's fix for not using window.top to do frame detection. Fixes #4787.
-
jeresig
committed
c4c820ef:
Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (making the second one faster). Fixes #5293.
-
jeresig
committed
d933e9c2:
Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be the same in all browsers: 0.55. Fixes #5344.
-
jeresig
committed
dee8e45e:
Removed the use of this.length++ as it makes it hard to use the init method directly. Fixes #4955.
-
Damian Janowski
committed
ca8a9e8c:
Add QUnit as a submodule.
-
Damian Janowski
committed
6035913e:
Remove symlink to John Resig's filesystem.
-
Mr Speaker
committed
5cb11634:
Making sure that you can bind multiple toggles to a single element without problems. Thanks to 'Mr Speaker' for the original patch. Fixes #5274.
-
jeresig
committed
4b55e94d:
Renamed isObject to isObjectLiteral to be more specific.
-
jeresig
committed
a8b089a0:
Force the submodules to keep up to date.
And 17 more commits...
-
justinbmeyer
committed
a5aea17f:
Fixes errors with delegation not happening in the correct order. Cleans code to match jQuery style guidelines.
Haml ported to server-side Javascript. This is a traditional server-side templating language. Tested with node-js
-
jeresig
committed
76f6f0d3:
Fixing spacing problems from rkatic's patches.
-
rkatic
committed
3dc5bc5a:
Make liveHandler to use jQuery.lastCloser and speed up internal sorting.
-
rkatic
committed
0f03c748:
Store last closer value to jQuery.lastCloser instead of using data API.
-
jeresig
committed
3106039a:
Made sure that animate callbacks get executed even when no properties are passed in. Fixes #5459.
-
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
committed
ef05f44c:
Comment nodes are discarded from a merge, for no apparent reason. Fixes #5438.
-
jeresig
committed
6a722e25:
jQuery.ajax modified the passed-in object only to help test the code - this shouldn't occur. Fixes #5439.
-
jeresig
committed
1a94a468:
A typechange for test/qunit.
-
jeresig
committed
81bfd9b8:
Make sure that document.body exists, at least, in IE before the ready event is fired. Fixes #5443.
-
jeresig
committed
513053d6:
The complete event wasn't getting called on local file 404s. Thanks to 'mrspeaker' for the patch. Fixes #5468.
-
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
committed
339708cd:
Removing some of the SVN-specific stuff from the Ant build file (should probably be updated to use the new Git functionality.
-
Michael Bensoussan
committed
10068d5f:
changed the extension of the README from .markdown to .md
-
Michael Bensoussan
committed
044ad905:
update the README title with a direct link
-
Michael Bensoussan
committed
fbc162b9:
update the README for more readbility
-
Michael Bensoussan
committed
a1bb3ee4:
from txt to markdown
-
visionmedia
committed
50cf4351:
Consistant splits using " " instead of ","
-
jeresig
committed
81f65ce3:
Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process.
-
jeresig
committed
bbffc99f:
Moved a bunch of methods out of the jQuery-specific Sizzle code into more-appropriate files, in jQuery itself.
-
evansj
committed
b7ccc58a:
fix sed statement used to extract the date
And 9 more commits...
My apologies about all the formatting issues. I was concerned with just getting something done. I'll make sure any future work follows jQ's guildlines.
test.html and data.json were just me fooling around. I will remove these and make sure the tests reflect what I was testing with these files.
I submitted a working patch. Any reason this wasn't accepted?
