Timeline
Nov 5, 2012:
- 10:01 PM Ticket #12853 (jQuery(window).height() returns incorrect height) created by
- In jquery 1.8.2, jQuery(window).height() always returns the same as …
- 5:24 PM Ticket #12840 (Remove (private) parameter "pass" from jQuery.attr and jQuery.access) closed by
- fixed: Fix #12840: remove undocumented parameter "pass" from .attr. Close …
- 5:24 PM Changeset [81b094b]1.12-stable2.2-stablekillphp by
- test/data/testrunner.js
- test/unit/ajax.js
- test/unit/attributes.js
- test/unit/core.js
- test/unit/event.js
- test/unit/offset.js
- 5:21 PM Changeset [80d45a6]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/core.js
- test/unit/attributes.js
- 12:45 PM Ticket #12851 (Create a low-level "single-element API") created by
- Followup on discussion about having a low-level API that takes a …
- 10:27 AM Ticket #12849 (Select status disappears when cloning select fields) closed by
- duplicate: Duplicate of #12479.
- 10:21 AM Ticket #12841 (Error ordering issue) closed by
- notabug: Please ask for help on the forums or in the …
- 7:14 AM Ticket #12849 (Select status disappears when cloning select fields) created by
- Demo Page: http://jsfiddle.net/marcobehr/p99V5/ Testet on 1.8.2 When …
Nov 4, 2012:
- 7:39 PM Ticket #12847 (It does not work click on iframe) created by
- I tried a piece of code with iframe and I found this: …
- 7:04 PM Ticket #12846 (overflow:hidden is not removed when .stop() is called) created by
- I'm aware that when animating the dimensions of a
div
, … - 1:20 PM Ticket #12842 (Incorrect information in jQuery: The Basics tutorial example) closed by
- notabug: Thanks for contributing a bug report. All of the docs.jquery.com …
- 12:46 PM Ticket #12845 ($(window).height() do not return the right window size) closed by
- duplicate: Duplicate of #12284.
- 11:13 AM Ticket #12845 ($(window).height() do not return the right window size) created by
- Hi, jQuery 1.8.2 have a small bug with viewport size …
- 4:08 AM Ticket #12771 (Select Dropdown values) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:25 AM Ticket #12844 (Cannot set attribute in IE7) created by
- http://jsbin.com/welcome/43513 Setting attribute to an element in …
- 2:06 AM Ticket #8685 (Animations should keep track of animation state in order to properly ...) reopened by
- We had a regression on this in 1.8.0 - I'm going to make sure to cover …
Nov 3, 2012:
- 3:18 PM Ticket #12843 (Doble llamado a functiones) created by
- hola tengo un problema con jquery 1.8.0 y posteriores, cada vez hago …
- 12:53 PM Ticket #12842 (Incorrect information in jQuery: The Basics tutorial example) created by
- In the section - Complete Example - the follow sentance should refer …
- 5:26 AM Ticket #12841 (Error ordering issue) created by
- Hi, I am using JQuery Validate version 1.4 + and getting issue with …
- 4:51 AM Ticket #12769 (wrong type of select field value) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:51 AM Ticket #12764 ($.fn.offsetparent()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:51 AM Ticket #12762 (jQuery's JSON serializer serializes prototype's values) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:51 AM Ticket #12747 (scrollTop and scrollLeft binding fails inside POST iframe in IE 9) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Nov 2, 2012:
- 11:36 PM Ticket #12840 (Remove (private) parameter "pass" from jQuery.attr and jQuery.access) created by
pass
is undocumented and only used to support the `jQuery( html, …- 5:42 PM Ticket #12839 (Typo on website) closed by
- notabug: Thanks for conributing! The docs.jquery.com site will be completely …
- 5:12 PM Ticket #12839 (Typo on website) created by
- On page http://docs.jquery.com/How_jQuery_Works a phrase is incorrect: …
- 4:44 PM Ticket #12838 (domManip script evaluation doesn't tolerate ajax implementations with ...) created by
- As identified at …
- 1:03 PM Ticket #12837 (All animations break after zooming a lightbox on the iPad) created by
- == Repro steps == 1. Lauch Safari on the iPad. I am using Safari …
- 12:12 PM Ticket #12836 (.removeData( [list] ) doesn't work when name with dash passed in array) closed by
- duplicate: Duplicate of #12786.
- 11:16 AM Ticket #12836 (.removeData( [list] ) doesn't work when name with dash passed in array) created by
- […] Second line doesn't work. In all browsers.
- 9:30 AM Ticket #12831 (Proper Validation is not done in email validation) closed by
- notabug: Not sure what this is about, but it's not about a jQuery core bug.
- 7:57 AM Ticket #12835 (select - onchange bug) created by
- When assigning an eventhandlerto the onChange event of a SELECT …
- 5:59 AM Ticket #12834 (SCRIPT5007: Unable to get value of the property 'nodeType': object is ...) created by
- it fails in IE8/IE9: attr: function( elem, name, value, pass ); …
- 5:02 AM Ticket #12833 (IE7 class selector much slower after 1.8.0 release) created by
- We upgraded our corporate website from 1.7.2 to 1.8.1 and immediately …
- 3:59 AM Ticket #12832 (Inconsistent handling of $.ajaxSetup between $.post with javascript ...) created by
- Run the following example: http://jsfiddle.net/kitsunde/63nBu/ and …
- 1:31 AM Ticket #12831 (Proper Validation is not done in email validation) created by
- In email validation, the user can input the special characters too …
- 12:07 AM Ticket #12466 (Firefox 15.0 attr()/html() with special char not working) closed by
- notabug:
$()
does not parse XML and eventually that ends up being assigned to …
Nov 1, 2012:
- 11:02 PM Ticket #10854 (Problem with .hover() and IE9) closed by
- notabug: This isn't a jQuery bug and not something we can fix.
- 10:22 PM Changeset [53cb49c]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- 9:48 PM Ticket #12830 (find('option[selected]') and find('option').filter('[selected]') give ...) created by
- * Bug Description: […] and […] give different results after …
- 9:45 PM Ticket #12531 (elem[attr] selector) closed by
- duplicate: Duplicate of #11290. Although this isn't an exact dup of #11290 …
- 9:44 PM Ticket #11290 (selector interpreted as HTML) reopened by
- 9:40 PM Changeset [68f001e]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 9:31 PM Changeset [f651bf8]1.12-stable2.2-stablekillphp by
- src/core.js
- src/traversing.js
- 9:04 PM Ticket #12490 (Move submodule update process to grunt) closed by
- fixed: Fixed here: …
- 8:51 PM Ticket #10299 (hrefNormalized === false also needs a propHook) closed by
- fixed: Fix #10299. Add a propHook for oldIE link href. Changeset: …
- 8:50 PM Changeset [240b141]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 7:48 PM Changeset [9c2f000]1.12-stable2.2-stablekillphp by
- src/event.js
- 7:47 PM Changeset [a8887e9]1.12-stable2.2-stablekillphp by
- test/.jshintrc
- 6:37 PM Ticket #12829 (Error downloading jquery 1.8.2 from jquery.com) closed by
- duplicate: Duplicate of #10536.
- 6:22 PM Ticket #12829 (Error downloading jquery 1.8.2 from jquery.com) created by
- 1) jquery.com 2) Hit the button Download(jQuery); 3) Result: /*! …
- 5:58 PM Ticket #12828 (Remove event properties: attrChange attrName relatedNode srcElement) closed by
- fixed: Fix #12828. Remove non-standard event properties. Changeset: …
- 5:57 PM Changeset [dc9913a]1.12-stable2.2-stablekillphp by
- src/event.js
- 5:32 PM Changeset [3f51504]1.12-stable2.2-stablekillphp by
- test/.jshintrc
- test/data/manipulation/iframe-denied.html
- test/data/support/testElementCrash.html
- test/data/testinit.js
- test/data/with_fries.xml
- test/unit/ajax.js
- test/unit/attributes.js
- test/unit/core.js
- test/unit/css.js
- 5:06 PM Ticket #12828 (Remove event properties: attrChange attrName relatedNode srcElement) created by
- The
attrChange attrName relatedNode srcElement
properties of the … - 5:02 PM Ticket #12827 (Remove "exclusive" events) closed by
- fixed: Fix #12827. Remove exclusive event semantics from .trigger(). No unit …
- 4:56 PM Changeset [395f1da]1.12-stable2.2-stablekillphp by
- src/event.js
- 4:52 PM Ticket #12827 (Remove "exclusive" events) created by
- Now that #11101 deprecated and we have removed data events via #10544 …
- 4:39 PM Changeset [e2cdf52]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 11:00 AM Ticket #12823 (IE7 Iframe content style selector not working (ref: ticket 12586)) closed by
- wontfix: http://jsfiddle.net/timmywil/qUXD7/6/ The spec stipulates that the …
- 10:51 AM Ticket #12823 (IE7 Iframe content style selector not working (ref: ticket 12586)) reopened by
- Sorry, no it doesn't. This is a case-sensitive issue. IE lowercases …
- 10:45 AM Ticket #12823 (IE7 Iframe content style selector not working (ref: ticket 12586)) closed by
- notabug: Single quotes within single quotes breaks the string. This works: …
- 9:02 AM Ticket #12824 (Ajax fires abort onunload event, even when using XMLHTTP (IE only)) created by
- On IE8/9, When using Ajax call when OnUnload event fires, the ajax …
- 7:16 AM Ticket #12822 (Microsoft JScript runtime error: Object doesn't support property or ...) closed by
- notabug: $.curCSS has been deprecated since jQuery 1.3. Use $.css instead. …
- 5:17 AM Ticket #12759 ($('<span style="left:45%" />').css("left") returns "0px") closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:17 AM Ticket #12755 (incorrect week number in every year of jan month) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:59 AM Ticket #12823 (IE7 Iframe content style selector not working (ref: ticket 12586)) created by
- Hello, I also pasted the text below in the ticket number mentioned …
- 3:21 AM Ticket #12822 (Microsoft JScript runtime error: Object doesn't support property or ...) created by
- Am getting error while creating autocomplete extender using …
- 12:40 AM Changeset [14e1501b]1.12-stable2.2-stablekillphp by
- test/data/jquery-1.8.2.ajax_xhr.min.js
- test/data/testinit.js
- test/data/testrunner.js
- test/index.html
- test/unit/support.js
- 12:29 AM Changeset [03a0762]1.12-stable2.2-stablekillphp by
- grunt.js
Oct 31, 2012:
- 11:36 PM Changeset [8657538b]1.12-stable2.2-stablekillphp by
- test/unit/traversing.js
- 10:46 PM Ticket #12816 (.find can return elements in the wrong order) closed by
- fixed: Fix #12816. Ensure .find() result are DOM ordered. Changeset: …
- 10:43 PM Changeset [5ed0450]1.12-stable2.2-stablekillphp by
- src/traversing.js
- 9:30 PM Ticket #10544 (Remove ALL special meanings of "." in keys for $.fn.data) closed by
- fixed: Fix #10544. Remove deprecated .data() event namespaced triggering. …
- 9:27 PM Changeset [e8cf41a0]1.12-stable2.2-stablekillphp by
- src/data.js
- src/event.js
- test/unit/data.js
- 5:03 PM Ticket #12821 (Create Unit test for toggle/show/hide( callback )) created by
- This signature should result in an animated toggle/show/hide with the …
- 4:41 PM Changeset [6e75fe5]1.12-stable2.2-stablekillphp by
- test/data/testsuite.css
- test/index.html
- test/unit/effects.js
- 2:53 PM Ticket #12820 (Issue in syntax selector.) closed by
- notabug: See above.
- 2:44 PM Ticket #12820 (Issue in syntax selector.) created by
- Dear JQuery Team, We are currently using jQuery version 1.4.1. We …
- 2:15 PM Ticket #12819 (.on() - binding fails after ajax) created by
- $("body").on("change","select",function(){ do stuff on page }); …
- 12:36 PM Ticket #12818 (Login) created by
- I am searching jQuery for copy password of login text box.
- 12:32 PM Ticket #12817 (Form Enable Button Broke) created by
- Location: …
- 11:40 AM Ticket #12816 (.find can return elements in the wrong order) created by
- http://jsfiddle.net/EAtqe/
- 10:40 AM Ticket #12815 (Document and window width() and height() do not work in Chrome) closed by
- notabug
- 10:17 AM Ticket #12815 (Document and window width() and height() do not work in Chrome) created by
- In Chrome (Version 22.0.1229.94 m) the document and window width() and …
- 4:57 AM Ticket #12738 (422 Status Code Issue?) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Oct 30, 2012:
- 9:08 PM Ticket #9134 (wrapInner causes scripts in body to be run twice) closed by
- duplicate: Duplicate of #10470.
- 6:49 PM Ticket #12812 ($().add(html) returns different result on IE compared to Firefox/Chrome) closed by
- notabug: Agreed, invalid HTML has undefined results.
- 6:49 PM Ticket #12807 (Strange (maybe wrong) behaviour of jQuery.fn.ready function) closed by
- notabug: If the DOM is ready, you should expect the code to run. Do not depend …
- 6:47 PM Ticket #12806 (Datepicker year dropdown not scrollable when changeYear combined with ...) closed by
- notabug: This is not a jQuery core bug. Try asking for help on a forum or …
- 4:43 PM Ticket #12814 (TypeError: params.type is undefined) closed by
- notabug: Please ask for help on our forum, or StackOverflow.
- 2:48 PM Ticket #12814 (TypeError: params.type is undefined) created by
- Good afternoon guys. I am in trouble: TypeError: undefined is …
- 1:36 PM Ticket #12009 (jQueryObject.find(element) corrupts the stack) closed by
- fixed: Fix #12009. $().find( DOMElement ) should pushStack properly. Close …
- 1:32 PM Changeset [e8f9151]1.12-stable2.2-stablekillphp by
- src/traversing.js
- test/unit/traversing.js
- 12:05 PM Ticket #12813 (jQuery.clean does not collect scripts from document fragments) created by
- Chrome 22.0.1229.94 on Mac OS 10.7.4 (but probably all browser/OS) …
- 12:00 PM Ticket #12812 ($().add(html) returns different result on IE compared to Firefox/Chrome) created by
- $().add("<div><option> hello </option></div>").html() IE (9): returns …
- 10:49 AM Ticket #12810 (Introduction of doesExist, or exists in jQuery Core) closed by
- plugin: The
.length
property tells you this already, and quite often you … - 10:31 AM Ticket #12811 (jQuery.extend() has a name bug) closed by
- notabug: https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Ob …
- 10:22 AM Ticket #12685 (bug: css opacity does not behave consistently across browsers) closed by
- fixed: Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005. …
- 10:20 AM Changeset [c78a3ba]1.12-stable2.2-stablekillphp by
- AUTHORS.txt
- src/css.js
- test/unit/css.js
- 10:16 AM Ticket #12811 (jQuery.extend() has a name bug) created by
- var msg = function(){ this.birthday = "2012-10-30"; }; …
- 6:26 AM Ticket #12810 (Introduction of doesExist, or exists in jQuery Core) created by
- Hy, I know that you can easily check whether an element is available …
- 5:14 AM Ticket #12737 (an element position().top returns wrong value inside another relative ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:14 AM Ticket #12720 (gb2312编码下,不能正常工作) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:14 AM Ticket #12716 (i cannot use the ajax module of jq on chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:14 AM Ticket #12694 (.slideDown and .slideUp method) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 5:14 AM Ticket #12651 (Problem with globalEval: function( data ) and IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Oct 29, 2012:
- 6:47 PM Ticket #12809 (jquery website search bug) created by
- Open jquery.com in Chrome(latest) and click documentation in the …
- 6:45 PM Ticket #12808 (jquery website search bug) created by
- Open jquery.com in Chrome(latest) and click documentation in the …
- 3:52 PM Ticket #12807 (Strange (maybe wrong) behaviour of jQuery.fn.ready function) created by
- Hello, I think jQuery has a strange, also wrong, behaviour in …
- 3:46 PM Ticket #12806 (Datepicker year dropdown not scrollable when changeYear combined with ...) created by
- Using a datepicker with both the changeYear and maxDate options causes …
- 3:29 PM Ticket #12805 (CSS function error : string is undefined) created by
- I report you a weird bug I have, I don't know why it happens : << var …
- 2:03 PM Ticket #12804 (ejemplo) closed by
- notabug
- 1:41 PM Ticket #12734 (jQuery#trigger, jQuery#triggerHandler trigger multiple events) closed by
- wontfix
- 1:40 PM Ticket #12804 (ejemplo) created by
- usando ejemplo
- 1:38 PM Ticket #12639 (Make toggleClass('active', function() { return bool; }) work) closed by
- wontfix
- 1:32 PM Ticket #12530 ($.fn.css return values for background-color) closed by
- wontfix
- 1:31 PM Ticket #12397 (Allow passing a function to .data() as an each style setter.) closed by
- wontfix
- 1:28 PM Ticket #12264 (Allow users customize the return obj in the serializeArray) closed by
- wontfix
- 1:07 PM Ticket #11945 (Event: hasEvent() and so on.) closed by
- wontfix
- 1:04 PM Ticket #11934 (Enhancement: allow ":once" on event names to indicate one() variant ...) closed by
- wontfix
- 12:52 PM Ticket #9384 (jQuery.fx.interval should be replaced by an 'animation-tick' ...) closed by
- wontfix: Closing this in favor of #12803
- 12:51 PM Ticket #12803 (Smarter hook point for jQuery.timer) created by
- I need to add a better place to override the jQuery setTimeout / …
- 12:46 PM Ticket #12802 (Attribute Ends With Selector not working latest version of jquery) created by
- Attribute Ends With Selector [name$="value"] is not working for latest …
- 12:45 PM Ticket #11887 (Add an entry for $.cssNumber to the API docs) closed by
- notabug: ported to: https://github.com/jquery/api.jquery.com/issues/164
- 12:34 PM Ticket #10485 (use @hidden attribute to toggle visibility) closed by
- wontfix: No benefit until post-IE9 so let's not tackle any time soon.
- 12:32 PM Ticket #12380 (array as argument for addClass, removeClass) closed by
- wontfix
- 12:31 PM Ticket #3827 (Checkbox state inconsistent in click event handler) reopened by
- 12:30 PM Ticket #12763 (Multiple arguments support in addClass) closed by
- wontfix: Voted out.
- 11:47 AM Ticket #12801 (Enumerated values in selectors are case sensitive) created by
- Enumerated values like
type
are specced as being case insensitive, … - 9:35 AM Ticket #12795 (Incorrect results using [selected] selector in IE8) closed by
- duplicate: Duplicate of #11115. I know it's not a perfect duplicate, but it …
- 6:47 AM Ticket #12800 (Error not handled calling https from http without installed certificate) created by
- Calling from an http url an https url does not send any error message …
- 3:45 AM Ticket #12799 (replaceWith fails when MIME is application/xhtml+xml) created by
- I needed to use replaceWith to perform a very simple task. It didn't …
Note: See TracTimeline
for information about the timeline view.