Timeline
Sep 8, 2013:
- 10:26 PM Changeset [8791920]2.2-stablekillphp by
- build/tasks/build.js
- 10:23 PM Changeset [d4518ea]2.2-stablekillphp by
- bower.json
- 9:51 PM Changeset [69d84da]2.2-stablekillphp by
- bower.json
- 9:25 PM Changeset [b534ee2]2.2-stablekillphp by
- src/attributes.js
- src/callbacks.js
- src/css.js
- src/data.js
- src/deferred.js
- src/dimensions.js
- src/effects.js
- src/event.js
- src/manipulation.js
- src/offset.js
- …
- 9:05 PM Changeset [99c123b]2.2-stablekillphp by
- src/ajax.js
- src/ajax/load.js
- src/ajax/parseJSON.js
- src/ajax/parseXML.js
- src/core.js
- src/core/parseHTML.js
- src/var/rsingleTag.js
- 7:08 PM Ticket #14345 (Promise documentation refers to old methods) closed by
- notabug: Thank you for pointing out the necessary place to fix that @dido. …
- 9:17 AM Ticket #14345 (Promise documentation refers to old methods) created by
- The `Promise` documentation …
- 4:30 AM Ticket #14291 (Problem with firefox's compatablity with jQuery) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Sep 7, 2013:
- 8:28 PM Ticket #14344 (Putting different effects in callbacks uses only the first effect.) created by
- I've made this example: http://jsfiddle.net/UhEQ6/ In the example …
- 10:55 AM Ticket #14343 (Remove size & andSelf methods deprecated in jQuery 1.8) created by
- It's high time to remove
jQuery.fn.size
andjQuery.fn.andSelf
… - 9:53 AM Ticket #14342 ("468" in ajax request url) closed by
- notabug: You'd need to debug this further on your own where it happens, there …
- 7:44 AM Ticket #14342 ("468" in ajax request url) created by
- Testing with Chrome Version 29.0.1547.62 m Trying to send request and …
- 1:41 AM Ticket #14341 (Remove context and selector properties) created by
- I was lurking a few months ago and just remembered now, but it looks …
Sep 6, 2013:
- 9:14 PM Changeset [eb9cbfca]2.2-stablekillphp by
- src/attributes/support.js
- src/core.js
- src/css.js
- src/manipulation/support.js
- test/unit/core.js
- 9:08 PM Changeset [0ed397d]2.2-stablekillphp by
- AUTHORS.txt
- 8:43 PM Ticket #14340 (Remove oldIE code from support tests on master) created by
- There's lots of code with specific checks for oldIE in our support …
- 8:30 PM Changeset [9968364]2.2-stablekillphp by
- test/unit/support.js
- 6:22 PM Ticket #14339 (IE8 issue creating jQuery objects that start with "<xml>") closed by
- notabug:
$()
IS NOT FOR PARSING XML. http://api.jquery.com/jQuery/#jQuery2 … - 6:05 PM Ticket #14339 (IE8 issue creating jQuery objects that start with "<xml>") created by
- In IE8, using jQuery 1.9 and later, I see the following interesting …
- 5:11 PM Changeset [5093b89]2.2-stablekillphp by
- test/.jshintrc
- test/data/testinit.js
- test/data/testrunner.js
- test/index.html
- test/jquery.js
- 4:25 PM Changeset [4ca5a0c]2.2-stablekillphp by
- test/data/testinit.js
- 4:23 PM Changeset [e563cd3]2.2-stablekillphp by
- test/data/testinit.js
- test/data/testrunner.js
- test/index.html
- 3:44 PM Changeset [6535cc5]2.2-stablekillphp by
- test/data/testrunner.js
- test/index.html
- 2:31 PM Changeset [1a25f21]2.2-stablekillphp by
- .jshintignore
- Gruntfile.js
- src/ajax/load.js
- src/ajax/var/rquery.js
- src/css/var/cssExpand.js
- src/css/var/isHidden.js
- src/exports/amd.js
- src/manipulation/var/rcheckableType.js
- src/offset.js
- src/outro.js
- …
- 12:33 PM Changeset [1f16b16]2.2-stablekillphp by
- src/css.js
- 11:29 AM Ticket #10814 (make support as lazy as possible with closure in mind) closed by
- fixed: Fix #10814. Make support tests lazy and broken out to components. …
- 11:29 AM Ticket #14084 (elem.css('width') provides incorrect output with `box-sizing: ...) closed by
- fixed: Fix #14084: attach the test div to documentElement, not body. …
- 11:26 AM Changeset [73e1201]2.2-stablekillphp by
- src/core/ready.js
- 6:29 AM Ticket #14338 (Bug Error) closed by
- notabug: You'll also want to provide at least some level of detail, preferably …
- 1:34 AM Ticket #14338 (Bug Error) created by
- i am using IE8 i have a problem when i clicking calender i got an …
Sep 5, 2013:
- 9:38 PM Changeset [bbbdd94]2.2-stablekillphp by
- Gruntfile.js
- README.md
- src/ajax/xhr.js
- src/attributes/attr.js
- src/attributes/prop.js
- src/attributes/support.js
- src/attributes/val.js
- src/core.js
- src/css.js
- src/css/hiddenVisibleSelectors.js
- …
- 7:50 PM Ticket #14336 (Source map "file" and "sources" naming issue.) closed by
- notabug: First of all, the current bower repo is not controlled by jQuery. This …
- 7:40 PM Ticket #14332 (Optimize jQuery.grep for ES5 compliant browsers) closed by
- wontfix: It doesn't sound like we're going to land this. See discussion here: …
- 7:35 PM Ticket #14323 (link click not working same as right mouse click) closed by
- notabug: Please ask for help on stackoverflow, the …
- 12:45 PM Ticket #14337 (Trim in val() form field method) closed by
- notabug: jQuery is not trimming the value, it's trimmed before we see it. …
- 12:26 PM Changeset [776012b]2.2-stablekillphp by
- .jshintignore
- src/support.js
- test/data/css/cssWidthBeforeDocReady.html
- test/unit/css.js
- 12:24 PM Ticket #13983 (Switch to //# for sourcemap directives) closed by
- fixed: Fix #13983. Switch to # for sourcemap directives. Changeset: …
- 12:23 PM Changeset [dfaee32]2.2-stablekillphp by
- Gruntfile.js
- build/tasks/dist.js
- build/tasks/uglify.js
- 12:18 PM Changeset [58a5040]2.2-stablekillphp by
- package.json
- 12:17 PM Ticket #14337 (Trim in val() form field method) created by
- When I try to get a value from an input type email, jquery is trimming …
- 12:07 PM Ticket #14336 (Source map "file" and "sources" naming issue.) created by
- - jQuery Version: 1.10.2 - Browser: Chrome 29.0.1547.65 - OS: OS X …
- 6:15 AM Ticket #14335 (Uncaught TypeError: Object #<HTMLDocument> has no method 'getAttribute') created by
- The error is in the next line ( return elem.getAttribute("id") === …
Sep 4, 2013:
- 8:16 PM Ticket #14333 (Use the native Array.filter method in jQuery.grep (jQuery 2.x)) closed by
- notabug
- 6:34 PM Ticket #14334 (Issues with AJAX request and caching on Chrome) created by
- It appears that there is an issue with Chrome 28+ and jQuery AJAX …
- 2:59 PM Ticket #14333 (Use the native Array.filter method in jQuery.grep (jQuery 2.x)) created by
- This is safe to do since jQuery 2.x only supports ES5 compliant browsers
- 2:53 PM Ticket #14332 (Optimize jQuery.grep for ES5 compliant browsers) created by
- Also add unit tests
- 2:06 PM Ticket #14331 (.css() / .animate() with backgroundPositionX fails in FireFox) closed by
- duplicate: Duplicate of #12963.
- 2:03 PM Ticket #14331 (.css() / .animate() with backgroundPositionX fails in FireFox) created by
- I am not able to use backgroundPositionX or backgroundPositionY in …
- 1:48 PM Ticket #14330 (Don't work focus with $(this) after blur) closed by
- notabug: It's not the same
this
, ask for help in a forum. - 1:14 PM Ticket #14330 (Don't work focus with $(this) after blur) created by
- If using concrete selector of element- all work. If using …
- 10:25 AM Ticket #14320 (Calling 'ev.preventDefault()' on latest Chrome Canary (31.0.1619.0) ...) closed by
- duplicate: Duplicate of #14282.
- 4:49 AM Ticket #14273 (.slideUp and .slideDown not working on canvas tags) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:49 AM Ticket #14266 (jquery css interpreter issue in IE8 Standards Mode) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:49 AM Ticket #14258 (http://api.jquery.com/trigger/) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Sep 3, 2013:
- 12:12 PM Ticket #14329 (.html(data) incorrectly modifies regular expressions causing a global ...) closed by
- notabug:
.html()
doesn't have access to the regex, only to the string after … - 12:05 PM Ticket #14328 (.html regex) closed by
- notabug
- 12:04 PM Ticket #14329 (.html(data) incorrectly modifies regular expressions causing a global ...) created by
- Jquery .html(data) function will modify a regex script. For example …
- 11:58 AM Ticket #14328 (.html regex) created by
- 10:43 AM Changeset [0c18520]2.2-stablekillphp by
- test/.jshintrc
- test/data/testinit.js
- test/data/testrunner.js
- test/unit/attributes.js
- test/unit/core.js
- test/unit/event.js
- 8:11 AM Ticket #14326 (JQuery UI 1.10.3 Tabs Sortable) closed by
- notabug: You need to call the refresh() method. Please ask for help on the …
- 5:20 AM Ticket #14326 (JQuery UI 1.10.3 Tabs Sortable) created by
- Hi All I am using JQuery latest and JQuery UI 1.10.3 and there is a …
- 4:35 AM Ticket #14325 (Add unit tests for jquery.grep) created by
- Add unit tests for jquery.grep * empty array * sparse array * an …
- 2:05 AM Ticket #14313 (Optimize jQuery.merge for size) closed by
- fixed: Fix #14313: Optimize jQuery.merge for size. Close gh-1344. …
- 2:01 AM Changeset [f66d53c]2.2-stablekillphp by
- src/core.js
- test/unit/core.js
Sep 2, 2013:
- 10:45 PM Ticket #14324 (jquery.trigger will make a looped calling) created by
- there will cause a looped calling in show method. […] there is a …
- 1:28 PM Ticket #14323 (link click not working same as right mouse click) created by
- Dear Sir, I am facing a problem where i need to open a page in new …
- 12:40 PM Ticket #14319 (Permission denied & Could not complete the operation due to error ...) closed by
- notabug
- 11:10 AM Ticket #14322 (About Jquery Conflict) closed by
- notabug: Please ask for help on the forums or Stack Overflow.
- 10:57 AM Ticket #14322 (About Jquery Conflict) created by
- Hi There, How are You?. I have a problem with jquery-1.4.4.min.js and …
- 10:04 AM Ticket #14321 (Themeroller download - file not found) closed by
- notabug: Please report download builder and ThemeRoller bugs on …
- 9:51 AM Ticket #14321 (Themeroller download - file not found) created by
- When I press the download button to download the themeroller output, I …
- 9:34 AM Ticket #14320 (Calling 'ev.preventDefault()' on latest Chrome Canary (31.0.1619.0) ...) created by
- When using 'ev.preventDefault()', a warning shows on Chrome Canary, …
- 1:55 AM Ticket #14319 (Permission denied & Could not complete the operation due to error ...) created by
- SCRIPT70: Permission denied tinymce.min.js, line 2 character 7668 …
Note: See TracTimeline
for information about the timeline view.