Timeline
May 18, 2011:
- 11:24 PM Ticket #9343 (<select> added by jquery not working on ie 8) created by
- Try this on internet explorer 8. …
- 11:11 PM Ticket #9342 (Documentation for QUnit inconsistent) created by
- The documentation at http://docs.jquery.com/Qunit#URL_Parameters …
- 10:34 PM Ticket #9341 (IE7/IE9 memory leak creating cacheable HTML fragments) created by
- Calling the jQuery function with an HTML string that is not matched by …
- 9:03 PM Ticket #9340 (Unable to pass payload containing ?? via ajax call) closed by
- duplicate
- 8:12 PM Ticket #9340 (Unable to pass payload containing ?? via ajax call) created by
- jQuery 1.5.2 Firefox 4.0.1, Mac OSX Snow Leopard Firefox 3.6, Windows …
- 7:46 PM Ticket #9339 (weird insert behavior) created by
- all jquery versions, all browsers, windows vista, to explain the …
- 3:25 PM Ticket #9287 (Negative :eq() in IE does not return null) closed by
- patchwelcome: Thanks for submitting a ticket to the jQuery Project!. We appreciate …
- 3:08 PM Ticket #9338 (jQuery .css() does not return properties for div elements not yet ...) created by
- http://jsfiddle.net/nwSPW/ jQuery's .css() won't return the correct …
- 2:08 PM Ticket #9335 (Chrome triggers "change" on .blur()) reopened by
- Just trying to better understand your issue after reading your latest …
- 1:20 PM Ticket #9337 (click event where initial target is rvml:oval node triggers error in ie) closed by
- invalid: Doesn't sound like an issue with jQuery core, but we can reevaluate …
- 1:09 PM Ticket #9337 (click event where initial target is rvml:oval node triggers error in ie) created by
- Problem experienced when using Raphael.js. Will add a jsFiddle later …
- 12:42 PM Ticket #9336 (:hidden doesn't check for opacity: 0) created by
- The logical way to prepare an element to be faded in using
fadeIn
is … - 12:29 PM Ticket #9335 (Chrome triggers "change" on .blur()) closed by
- invalid: This is exactly as expected. Checkout: …
- 12:14 PM Ticket #9335 (Chrome triggers "change" on .blur()) created by
- Chrome 11 (Win/Mac) triggers a second "change" event, when trying to …
- 12:03 PM Ticket #9334 (Some ideas on reducing the file size) created by
- I am not sure whether these are reasonable improvements or whether …
- 11:59 AM Changeset [a1545b5]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 11:46 AM Changeset [25118e2]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 11:29 AM Changeset [ba90af0]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 11:17 AM Ticket #9333 (Changes to <textartea> values not preserved by the jQuery clone function.) closed by
- invalid: This is expected behavior. Data (attached with .data()) and events …
- 11:06 AM Ticket #9329 (attr("title") issue in ie7) closed by
- fixed: Switched title attribute to getAttributeNode for IE6/7. Fixes #9329. …
- 11:06 AM Ticket #9333 (Changes to <textartea> values not preserved by the jQuery clone function.) created by
- Cloning a <div> containing a <textatea> in which textarea.val( ) has …
- 11:05 AM Changeset [7d3ba9f]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 10:43 AM Ticket #9332 (find(.class) selector not working in Chrome) created by
- find by tag or id works $("ul").find("li") $("ul").find("#liChild") …
- 10:42 AM Ticket #9331 ($(document).width(), $(document).height() unreliable in IE6, 8 and 9) closed by
- cantfix: I think jitter's recommended solution would apply here as well (i.e. …
- 6:29 AM Ticket #9331 ($(document).width(), $(document).height() unreliable in IE6, 8 and 9) created by
- $(document).width() and $(document).height() don't always report the …
- 3:25 AM Ticket #9329 (attr("title") issue in ie7) created by
- […] A missing "title" attribute returns empty string instead of …
- 1:11 AM Ticket #9328 (1.6.1 .attr() and "value") closed by
- invalid: There is no "value" attribute for DIV elements. …
- 12:18 AM Ticket #9328 (1.6.1 .attr() and "value") created by
- <div value="1" class="test"></div> $(".test").val() is "" …
May 17, 2011:
- 8:57 PM Ticket #9320 (Load multiple scripts with $.getScript) closed by
- wontfix: Feature request filled: https://gist.github.com/977792 demo: …
- 8:17 PM Ticket #9323 ("width" and "height" can not be set as attributes when creating an ...) closed by
- wontfix: I agree it's an ambiguity, but like you say there's no way to fix it …
- 7:17 PM Ticket #9326 (ajax accepts in the doc should be accept) closed by
- invalid: The docs are correct for the accepts option.
- 7:10 PM Ticket #9326 (ajax accepts in the doc should be accept) created by
- And the type should be a string or a list.
- 7:04 PM Ticket #9325 (REGRESSION: bind with third parameter of false fails in 1.6.x) closed by
- invalid: You're using an invalid signature. If the second argument is a …
- 6:55 PM Ticket #9325 (REGRESSION: bind with third parameter of false fails in 1.6.x) created by
- Passing "false" as the third parameter to bind will cause the event …
- 6:46 PM Ticket #9324 (Odd handling of 'onreadystatechange' event in jqXHR when readyState > 1) created by
- The doc at http://api.jquery.com/jQuery.ajaxPrefilter/ notes that …
- 6:00 PM Ticket #9323 ("width" and "height" can not be set as attributes when creating an ...) created by
- It isn't possible to add "width" and "height" attributes via the …
- 4:51 PM Ticket #9321 ($(window).resize() in iframe causing problems in IE 8/9) created by
- I upgraded from version 1.5.1 to 1.5.2 and noticed that in IE8/9, the …
- 4:27 PM Ticket #9320 (Load multiple scripts with $.getScript) created by
- Hi, I would like to request a feature if possible. I would like a …
- 3:46 PM Ticket #9319 (Default val() getter expects a String returned) created by
- Code …
- 3:17 PM Ticket #9317 (append on select element does not set value) closed by
- invalid: I've created another test case based on your description and …
- 1:21 PM Ticket #9318 (Calling data on a jQuery object with HTML5 data attributes has strange ...) created by
- test case - http://jsfiddle.net/BRv6U/1/ If any of the data …
- 12:43 PM Ticket #9317 (append on select element does not set value) created by
- This code snippet works in 1.5.2 but does not set the value in 1.6.1. …
- 11:28 AM Ticket #9316 (Make .delegate(null, 'type', fnHandler) behave like .bind('type', ...) created by
- There are circumstances where it would be incredibly handy if …
- 11:13 AM Ticket #9315 ($('#myElement').attr('checked') does not work for checkbox inputs for ...) closed by
- duplicate
- 11:02 AM Ticket #9315 ($('#myElement').attr('checked') does not work for checkbox inputs for ...) created by
- Using jQuery 1.6.0 and Chrome 11.0.696.68, …
- 10:37 AM Ticket #9308 (bug in the actual jQuery visualize plugin) closed by
- invalid: Please contact the filament group for issues with the jQuery visualize …
- 10:20 AM Ticket #9297 (IE6 Incompatibility) closed by
- invalid: Without a use case or reproducible bug, we are unable to help. If you …
- 9:58 AM Ticket #9313 (accordion Height) closed by
- invalid: Please ask on the forum.
- 9:53 AM Ticket #9309 (attribute problem when create node) closed by
- invalid: Yes, there is no
.innerHTML()
method in jQuery. - 9:51 AM Ticket #9312 (live mouseenter breaks live mouseover) closed by
- duplicate
- 9:17 AM Ticket #9314 (Ability to wrap DOM events to become jQuery events) created by
- It'd be useful to be able to wrap DOM events in a jQuery wrapper, so …
- 7:47 AM Ticket #9313 (accordion Height) created by
- Hi I want increase the total height of accordion. please help me
- 6:15 AM Ticket #9312 (live mouseenter breaks live mouseover) created by
- If you bind any mouseenter-event with .live() then no mouseover event …
- 4:12 AM Ticket #9310 (fadeOut doesnt trigger when element is hidden anyway by a parent div) created by
- Hi there, I have a checkbox which indicates, that a div …
- 2:55 AM Ticket #9309 (attribute problem when create node) created by
- $("<a>",{ innerHTML:"content" }) will be <a …
- 2:34 AM Ticket #9308 (bug in the actual jQuery visualize plugin) created by
- There is a bug in the actual jQuery visualize plugin due to a partial …
May 16, 2011:
- 11:13 PM Ticket #8538 (global reference to navigator) closed by
- invalid
- 6:57 PM Ticket #9303 (.submit broken on form element) closed by
- invalid
- 6:25 PM Ticket #9303 (.submit broken on form element) created by
- This bug affects all versions of jQuery since 1.4.1, but is readily …
- 5:45 PM Ticket #9301 (Setting data() via an object with hyphenated keys create inaccessible data.) created by
- If an element's data is set via an object with a hyphenated key, that …
- 12:34 PM Ticket #9300 (outerWidth(true) issue) created by
- Hello, outerWidth(true) on a hidden element seems to return the …
- 12:18 PM Ticket #8778 (siblingCheck causes unresponsive script message) closed by
- duplicate
- 10:57 AM Ticket #9291 (append node to body element) closed by
- worksforme: I created a test case and everything seems to be working fine in all …
- 10:52 AM Ticket #9292 (additional-methods RangeMethod problem) closed by
- invalid: This is not an issue with jQuery core. If this is the jQuery …
- 10:48 AM Ticket #9299 (onkeypress attribute returns wrong type in ie6/7) closed by
- duplicate
- 10:45 AM Ticket #9299 (onkeypress attribute returns wrong type in ie6/7) created by
- returns a function not the original string …
- 10:44 AM Ticket #9285 (custom trigger) closed by
- fixed: Landing pull request 377. Check custom data != null(undefined), allows …
- 10:38 AM Changeset [c17f589]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 10:29 AM Ticket #9296 (jquery 1.6.1 tabs fires native onclick event, jquery 1.5.2 didn't do this) closed by
- invalid: Please open a ticket on the jQuery UI bug tracker as this bug tracker …
- 10:21 AM Ticket #9298 ($(elem).attr(eventName) not working properly in IE7) closed by
- fixed: Use getAttributeNode for on attributes in IE6/7 to avoid anonymous …
- 10:17 AM Changeset [a5cf257]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 9:42 AM Ticket #9298 ($(elem).attr(eventName) not working properly in IE7) created by
- http://jsbin.com/ociju4 Check this IE7 returns value which is not …
- 9:41 AM Ticket #9297 (IE6 Incompatibility) created by
- Version jQuery 1.6, 1.6.1 works with Firefox, fails with IE6. Version …
- 8:37 AM Ticket #9296 (jquery 1.6.1 tabs fires native onclick event, jquery 1.5.2 didn't do this) created by
- Hi all, Since upgrading to jQuery 1.6.1 with the latest version of …
- 7:37 AM Ticket #9295 (Error message in console) created by
- Fout: attempt to run compile-and-go script on a cleared scope …
- 6:43 AM Ticket #9294 (Memory leaks in IE(6/7/8) when loading frame, which is in a frameset ...) created by
- Ok. So most probably I found the problem for this memory leak issue. …
- 6:07 AM Ticket #9293 (nth-child error on google chrome) created by
- nth-child nested selector doesn't seem to work on chrome. Instead of …
- 6:00 AM Ticket #9292 (additional-methods RangeMethod problem) created by
- In function 'RangeMethod', comparision against the upper limit …
- 4:43 AM Ticket #9291 (append node to body element) created by
- I noticed a problem with appending elements to body node in IE9. …
May 15, 2011:
- 10:05 AM Ticket #9288 (jQuery not works in XHTML in Chromium-browser) created by
- jQuery not works in XHTML (application/xml+xhtml) in Chromium-browser …
May 14, 2011:
- 3:53 PM Ticket #9275 (ajax, "no cache" variable name) closed by
- duplicate: […] This kind of environment specific needs is exactly why …
- 1:39 PM Ticket #9287 (Negative :eq() in IE does not return null) created by
- I posted this bug report before #9022, but it was mistakenly closed …
- 12:10 PM Ticket #9286 (Using live submit on forms) closed by
- fixed: Fixed. Changset: …
- 12:07 PM Changeset [6171e0a]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 10:54 AM Ticket #9284 (.attr('checked', 1) throws exception) closed by
- worksforme: Agreed with miketaylr, however: Tested with jQuery (edge) here …
- 10:25 AM Ticket #9286 (Using live submit on forms) created by
- http://jsfiddle.net/thJrF/5/ Check the exmaple ablove In IE7 …
- 7:57 AM Ticket #9285 (custom trigger) created by
- $("#orderproduct").live('fill', function (e, i){ alert(i); }); …
- 2:45 AM Ticket #9284 (.attr('checked', 1) throws exception) created by
- Calling .attr() with 2nd argument of type Number throws "TypeError: …
May 13, 2011:
- 7:35 PM Ticket #9280 (Allow multiple effect queues for animate()) created by
animate()
currently has aqueue
option, but the only …- 5:48 PM Ticket #9279 (delegate() bind does not handle mouseover/mouseout and ...) created by
- Affects Version 1.6.1 only, 1.6 works fine Tested in Firefox(3.6) and …
- 4:06 PM Ticket #9278 (unbind is too greedy when unbinding proxy functions) created by
- Steps to reproduce: 1. Create two proxies of the same function but …
- 3:39 PM Ticket #9277 ('undefined' from .attr() causes potential breaking chaining issues in ...) closed by
- wontfix: A further look at the history of the test suite reveals _many_ tests …
- 3:23 PM Ticket #9277 ('undefined' from .attr() causes potential breaking chaining issues in ...) created by
- With advent of jQuery 1.6, which returns undefined in .attr(), the …
- 2:05 PM Ticket #9276 (JQuery.show issue on IE9) closed by
- worksforme: Thanks for submitting a ticket to the jQuery Project. We generally …
- 1:56 PM Ticket #9276 (JQuery.show issue on IE9) created by
- On certain div elements in DOM, JQuery(#div_element).show('drop',300) …
- 1:47 PM Changeset [cf70249]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 1:39 PM Changeset [bc82ff0]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 1:36 PM Ticket #9274 (The click handler for a checkbox is called before the checked property ...) closed by
- worksforme: The correct event to listen for changes in the state of a checkbox is …
- 1:33 PM Changeset [6f676e69]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 1:16 PM Ticket #9275 (ajax, "no cache" variable name) created by
- Sugestion: Oracle mod_plsql does not accept a variable named as "_". …
- 1:06 PM Ticket #9274 (The click handler for a checkbox is called before the checked property ...) created by
- Given a check-box and a click handler bound to it, if we use …
- 12:46 PM Ticket #9222 (animating opacity of tr-elements blinks in FF4) closed by
- patchwelcome: gnarf looked into this and tried this: http://jsfiddle.net/FesEG/3/ …
- 12:28 PM Ticket #8950 ((Chrome, Firefox) Second argument (event empty) in jQuery throws error ...) closed by
- fixed: Landing pull request 365. jQuery.buildFragment, ensure doc is a …
- 12:26 PM Changeset [ec829431]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 12:14 PM Changeset [a5b7c0f]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 12:12 PM Ticket #9237 (.css() doesn't work with relative values on hyphenated properties) closed by
- fixed: Landing pull request 375. Added test case to support #9237 Fixes …
- 12:09 PM Changeset [cbbd7d2]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 11:58 AM Ticket #9220 (Animation Callbacks fire AFTER the next queue function executes.) closed by
- fixed: Animation callbacks keep their place in the queue stack. Fixes #9220. …
- 11:56 AM Changeset [3486365]1.12-stable2.2-stablekillphp by
- src/effects.js
- test/unit/queue.js
- 11:50 AM Changeset [0f81cf8]1.12-stable2.2-stablekillphp by
- test/data/support/bodyBackground.html
- 11:45 AM Ticket #9239 (Version 1.6.0 breaks the background behavior on body element) closed by
- fixed: Fixes #9239. If the body is already present in the DOM, use a div …
- 11:43 AM Changeset [ceba855]1.12-stable2.2-stablekillphp by
- src/support.js
- test/unit/support.js
- 10:14 AM Ticket #9269 ($.attr bug in IE) closed by
- invalid: It has never been the case that you could compare the return values …
- 10:06 AM Ticket #9273 (jQtouch) closed by
- invalid: If you discover a more specific bug, we can take a look. I suggest …
- 10:05 AM Ticket #9234 (find() forget object) closed by
- fixed: Thanks for looking into it.
- 8:36 AM Ticket #7557 (outerWidth()) reopened by
- This is not fixed, even in latest Chrome and latest jQuery.
- 7:54 AM Ticket #9273 (jQtouch) created by
- hello, when i am updating jQuery from 1.5.1 to 1.6.0, my webapp …
- 6:23 AM Ticket #9272 (Select component and attr("selected")) created by
- Hello, Since jQuery 1.6 and 1.6.1, I'm trying to make working my …
- 5:50 AM Ticket #9271 (jquery1.6 bug) created by
- var ct = $("<ct></ct>"); ct.append("<ca></ca>"); …
- 4:05 AM Ticket #9010 (:checkbox Fails in IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:05 AM Ticket #9009 (jQuery 1.3.2. is thorwing an error in IE 9 browser) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
May 12, 2011:
- 11:59 PM Ticket #9270 (difference between $.data() & .data()) closed by
- invalid: I am not inclined to think this is a valid bug. A) It is …
- 11:10 PM Ticket #9270 (difference between $.data() & .data()) created by
- ex: <div data-attr="test"></div> $.data('div','attr'); return …
- 10:55 PM Ticket #9269 ($.attr bug in IE) created by
- Guys, we found there is a bug of $.attr in IE. you can duplicate it as …
- 9:38 PM Ticket #9258 (clone() working with insertAfter(), but not after()) closed by
- invalid
- 8:42 PM Ticket #9260 (1.6.1rc1 - Object doesn't support this property or method @ 1160:1 - ...) closed by
- invalid: The error should be narrowed down further so that it can be determined …
- 7:11 PM Ticket #9263 (run $(elem).attr('disabled', true) through $.propHooks.disabled.set if ...) closed by
- wontfix: propHooks are not for arbitrary usage, but mostly for internal usage. …
- 6:55 PM Ticket #9263 (run $(elem).attr('disabled', true) through $.propHooks.disabled.set if ...) created by
- since according to the 1.6.1 release notes "in the interest of …
- 3:04 PM Changeset [b60c856]1.12-stable2.2-stablekillphp by
- version.txt
- 3:04 PM Changeset [9fd37b2c]1.12-stable2.2-stablekillphp by
- version.txt
- 3:04 PM Ticket #9261 (Has Attribute not working in filter/children/siblings) created by
- When attempting to match empty attributes in filter() and equivalent …
- 3:00 PM Ticket #9260 (1.6.1rc1 - Object doesn't support this property or method @ 1160:1 - ...) created by
- == Visual Studio 2008 - IntelliSense Error == Not sure if it's …
- 2:42 PM Ticket #9259 (1.6 breaks my code) created by
- JQuery 1.3 - 1.5.2 seems to run this code ok. 1.6 does not. In my …
- 2:08 PM Ticket #9258 (clone() working with insertAfter(), but not after()) created by
- When running this code, I found this bug: This doesn't work …
- 1:04 PM Ticket #9243 (Convert to JqueryMobile -1.0a4.1 and Jquery 1.6.1rc1.js) closed by
- invalid: Thank you for your time and interest in helping the jQuery project, …
- 12:23 PM Ticket #9257 (Disappearing Background Bug in IE8... Revisited) closed by
- duplicate
- 12:21 PM Ticket #9242 (Opera 11.10 Build 2092 and background reset on HTML element.) closed by
- duplicate
- 12:19 PM Ticket #9256 (No option to prepend / append nested divs?) closed by
- invalid: Thanks for looking into it.
- 12:06 PM Ticket #9257 (Disappearing Background Bug in IE8... Revisited) created by
- Hi, I filed bug #9093 a week ago, regarding disappearing backgrounds …
- 11:15 AM Ticket #9256 (No option to prepend / append nested divs?) created by
- Hi jQuery team! Kudos for developing web's hottest library, and a …
- 10:40 AM Ticket #9250 (checkbox error) closed by
- duplicate
- 10:38 AM Ticket #9239 (Version 1.6.0 breaks the background behavior on body element) reopened by
- This probably has something to do with the support mock body: …
- 10:33 AM Ticket #9251 (KeyError: 'captcha_redirect') closed by
- invalid: This is not a jQuery issue.
- 10:24 AM Ticket #9252 (Internet Explorer 9.0 crashes when removing an attribute that contains ...) closed by
- worksforme: No crash or error happens for me. http://jsfiddle.net/timmywil/R3U8B/
- 10:13 AM Ticket #9253 (prop() Inconsistant in IE7,8) closed by
- wontfix: Thanks for taking the time to contribute to the jQuery project! This …
- 7:38 AM Ticket #9255 (jQuery.parseXML error handling does not work in webkit browsers) created by
- When using jQuery.parseXML() to parse an invalid (not well-formed) XML …
- 6:45 AM Ticket #9253 (prop() Inconsistant in IE7,8) created by
- http://jsfiddle.net/aNgzu/ Try this sample in IE7,8 and FF or Chrome, …
- 5:55 AM Ticket #9252 (Internet Explorer 9.0 crashes when removing an attribute that contains ...) created by
- Internet Explorer crashes (page crashes completely, and is reloaded) …
- 5:02 AM Ticket #9251 (KeyError: 'captcha_redirect') created by
- ==== How to Reproduce ====
While doing a POST operation on
/
, Trac … - 4:10 AM Ticket #9249 (data method called on a jQuery collection only returns the data value ...) closed by
- wontfix: Thanks for taking the time to write this up and contribute! I don't …
- 3:42 AM Ticket #8989 (IE9 Running Error (jquery 1.4.4,jquery 1.5.2)) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:25 AM Ticket #9250 (checkbox error) created by
- HTML: <input type="checkbox" onclick="Check(this)"/> Javascript: …
- 2:20 AM Ticket #9249 (data method called on a jQuery collection only returns the data value ...) created by
- In short, if you run the data storage method on a jquery collection of …
- 1:00 AM Milestone 1.6.1 completed
May 11, 2011:
- 10:48 PM Ticket #9245 (An array as jQuery context argument) closed by
- wontfix: +1
- 8:20 PM Ticket #9246 (IE debugger does not like the last curly bracket shown here) closed by
- duplicate
- 8:09 PM Ticket #9246 (IE debugger does not like the last curly bracket shown here) created by
- It says "Object does not support this method" …
- 5:17 PM Ticket #9245 (An array as jQuery context argument) created by
- I think it should be possible to pass an array of DOM elements to …
- 4:41 PM Ticket #9244 (.select() does not select input content on iPhone Safari) created by
- I am running Safari on iOS 4.3.1 .select() event does not select on …
- 3:51 PM Ticket #9243 (Convert to JqueryMobile -1.0a4.1 and Jquery 1.6.1rc1.js) created by
- I would like to convert to the latest version JqueryMobile and Jquery. …
- 2:58 PM Ticket #9241 (function dataAttr( elem, key, data ) @ line 1664 overwrites window.name) closed by
- duplicate
- 2:52 PM Ticket #7962 ('width' property of <select> element is wrongly calculated for Safari) closed by
- invalid: Well, width should work regardless of box-sizing. But yes, the …
- 2:50 PM Ticket #9242 (Opera 11.10 Build 2092 and background reset on HTML element.) created by
- The latest jQuery resets any background CSS applied to the HTML …
- 1:23 PM Ticket #9241 (function dataAttr( elem, key, data ) @ line 1664 overwrites window.name) created by
- Line 1664: name = "data-" + key.replace( rmultiDash, "$1-$2" …
- 12:49 PM Ticket #9239 (Version 1.6.0 breaks the background behavior on body element) closed by
- worksforme: Thanks for submitting a ticket to the jQuery Project. I've recreated …
- 12:02 PM Changeset [01c5b7f7]1.12-stable2.2-stablekillphp by
- test/qunit
- 11:43 AM Changeset [f794f48]1.12-stable2.2-stablekillphp by
- build/release-notes.js
- test/qunit
- test/unit/manipulation.js
- 11:28 AM Ticket #9240 (IE 9 issue with .replaceWith method) created by
- Hi All, Here is the div with span <ul class="tabs …
- 11:11 AM Ticket #9223 (Live blur focus) closed by
- worksforme: http://jsfiddle.net/timmywil/2Uq65/2/
- 10:49 AM Ticket #9228 (I can't get 'tagName' attribute from version 1.6.) closed by
- wontfix: The new http://api.jquery.com/prop method should be used to retrieve …
- 10:45 AM Ticket #9235 (jQuery UI Tabs 1.8.11 Themes problem) closed by
- invalid: jQuery UI bugs should be filed on the jQuery UI bug tracker: …
- 10:43 AM Ticket #9236 (mask plugin) closed by
- invalid: We are unable to assist with third party plugins. Please notify the …
- 10:42 AM Ticket #9238 (IE9 issue for using .update function.) closed by
- invalid: update is not a method in jQuery core. Please notify the plugin author …
- 10:30 AM Ticket #9239 (Version 1.6.0 breaks the background behavior on body element) created by
- I encounter a really weird bug with version 1.6.0 on Opera 11.01 on …
- 10:22 AM Ticket #9238 (IE9 issue for using .update function.) created by
- Hi All, I am gettinn following error message for .update method …
- 9:23 AM Ticket #9237 (.css() doesn't work with relative values on hyphenated properties) created by
- The .css() in 1.6 accepts relative values, but they only work on …
- 8:55 AM Ticket #9236 (mask plugin) created by
- I enter incomplete data to mask control and press tab key to go to …
- 8:41 AM Ticket #9235 (jQuery UI Tabs 1.8.11 Themes problem) created by
- Hello, we are using jQuery UI Tabs 1.8.11 into your web application. …
- 8:39 AM Ticket #9232 (.val() is not worked for <select id="x.x"></select>) closed by
- worksforme: Thanks for submitting a ticket to the jQuery project. This is working …
- 8:14 AM Ticket #9221 (Javascript within AJAX fails to load in IE - Error 80020101) closed by
- fixed: Fixes #9221. Wraps openings of html comments and CDATA blocks found at …
- 8:13 AM Changeset [391398c]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 8:08 AM Ticket #9229 (Link with target dont work in ie) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. Unfortunately, …
- 7:29 AM Ticket #9234 (find() forget object) created by
- Please use onclick event on text for demo. On change the …
- 6:28 AM Ticket #9230 (Error with .html()) closed by
- duplicate
- 6:27 AM Ticket #9233 (getPixelVaue method in jquery) created by
- hi: in jquery 1.6, I think this has a bug rsLeft = elem.runtimeStyle …
- 6:21 AM Ticket #9232 (.val() is not worked for <select id="x.x"></select>) created by
- It is worked fine for <input id="y.y" /> but not for selects. …
- 6:13 AM Ticket #9231 (Multiple selected options in IE6 are not working) created by
- When creating <select> with multiple="multiple" and several <option> …
- 4:49 AM Ticket #9230 (Error with .html()) created by
- I get an error on line 600 only in IE, when trying to set html on a …
- 4:23 AM Ticket #9229 (Link with target dont work in ie) created by
- When i open a link in a frameset page the target attribute is ignored …
- 4:11 AM Ticket #8983 (123) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:46 AM Ticket #9228 (I can't get 'tagName' attribute from version 1.6.) created by
- I can't get 'tagName' attribute from version 1.6. when i trace, …
- 1:44 AM Ticket #9227 (Can't change the text of option tab cloned by jQuery's clone ...) created by
- the html tags is as: <select> <option value="good">good</option> …
Note: See TracTimeline
for information about the timeline view.