Timeline
06/02/11:
- 23:25 Ticket #9501 (Effects make title tooltips slow on IE) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! …
- 22:22 Ticket #9503 (jQuery .load() doesn't work when requesting urls out of the current domain) closed by
- invalid: Same Origin Policy http://www.w3.org/TR/XMLHttpRequest/#the-open-method
- 22:19 Ticket #9503 (jQuery .load() doesn't work when requesting urls out of the current domain) created by
- Any time I try to use jQuery .load() function to retrieve content out of …
- 21:09 Ticket #9502 (provide .hasData() method for consistency) created by
- In the data category, all methods (queue, dequeue, data and removedata) …
- 19:19 Ticket #9501 (Effects make title tooltips slow on IE) created by
- Hello there, I am having a problem with the following code only on IE: …
- 18:32 Ticket #9500 ($('html, body').removeAttr('style') fails in Webkit browsers.) created by
- While doing […] It works, but until this part (in Webkit browsers) …
- 18:05 Ticket #9499 (removeClass will only remove the first instance of a class) created by
- I've just been debugging an issue in my software where adding and removing …
- 17:59 Ticket #9498 (Element creation fails when both options map and string attributes are ...) closed by
- duplicate: Fixed landed here: …
- 17:31 Ticket #9498 (Element creation fails when both options map and string attributes are ...) created by
- I must be doing something wrong... […]
- 16:12 Ticket #9497 (to-doc: jQuery.fx.interval has no effect in browsers supporting ...) created by
- this is a documentation issue. i spent 30 minutes figuring out why …
- 15:38 Ticket #9477 (extend (deep) merges arrays fields instead of replacing them) closed by
- worksforme: This yields the results exactly as shown above: …
- 15:38 Ticket #9496 (Non-inline styles fail when appending multiple made-up elements in IE < 9) created by
- See this example: http://jsfiddle.net/cowboy/PSGp6/
- 15:03 Ticket #9495 ($(...).change() on radio not working when using keyboard to change ...) created by
- In WebKit based browsers like Chrome and Safari, the change event isn't …
- 14:38 Ticket #9494 (A bug of html(obj) function) created by
- If obj like "...![CDATA[some content]]...", when using jquery statement …
- 14:34 Ticket #9493 (scripts stopped working with version 1.6) created by
- scripts stopped working with version 1.6 many plugins do not work with …
- 13:55 Ticket #9486 (mouseout/mouseleave triggered on tr between td's in Chrome) closed by
- invalid: It does just seem to be part of the idiosyncrasies of a table layout: …
- 13:46 Ticket #9487 (Calling data on a jQuery object with HTML5 data attributes has strange ...) closed by
- duplicate
- 13:41 Ticket #9490 (jQuery(window).bind failed in 1.6.x) closed by
- invalid: Thanks for looking into it.
- 13:10 Ticket #9489 (jquery append is not working with clone functionality in IE 7 and 8) closed by
- invalid: Thanks for submitting a ticket to the jQuery Bug Tracker! Unfortunately we …
- 09:41 Ticket #9490 (jQuery(window).bind failed in 1.6.x) created by
- in 1.5.x I can use […] and click on the window and show the alert …
- 08:14 Ticket #9489 (jquery append is not working with clone functionality in IE 7 and 8) created by
- Hi everyone, following is my code which correctly appending on …
- 07:57 Ticket #9332 (find(.class) selector not working in Chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:57 Ticket #9240 (IE 9 issue with .replaceWith method) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:42 Ticket #9466 ($.ajax working in FF and Chrome, but not in IE8) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. It's possible that …
- 06:27 Ticket #9435 (javascript error while reloading during animation) closed by
- cantfix: As this is an issue with Firefox itself and is currently beyond the scope …
- 05:05 Ticket #9487 (Calling data on a jQuery object with HTML5 data attributes has strange ...) created by
- Test case: http://jsfiddle.net/BRv6U/6/ If any of the data attributes …
06/01/11:
- 20:56 Ticket #9485 (Using the prop method to set disabled fails in Chrome) closed by
- worksforme: Works fine for me: http://jsfiddle.net/timmywil/4hjWu/
- 20:24 Ticket #9486 (mouseout/mouseleave triggered on tr between td's in Chrome) created by
- When binding mouseout or mouseleave to a table row in Chrome, there is a …
- 20:24 Ticket #9485 (Using the prop method to set disabled fails in Chrome) created by
- I have a site where I select multiple objects and set the prop('disable', …
- 18:43 Ticket #9484 (height() returns incorrect value in IE7 for div without top border) created by
- http://jsfiddle.net/TpwdN/8/ height() on outer div is incorrectly …
- 18:09 Ticket #9458 (:not() selector problem?) closed by
- invalid: In the first you're *selecting* the span, which does not match any div.
- 17:36 Ticket #9418 (Elements with hyphens cannot be created in an XML document) closed by
- invalid: Don't try to parse XML with $(...) because it isn't meant or documented …
- 17:32 Ticket #9410 (JQuery 1.6.(.1): jquery.event.trigger removed try-catch) closed by
- invalid: That seems like a bug in the assumptions of the autogenerated code. The …
- 14:14 Ticket #9483 (outerwidth(true) resets table cell styles from undefined to empty in ...) created by
- I tried to set up a simple test case, but was unable to. The page has a …
- 13:21 Ticket #9482 (.css() and .animate() should accept "" values) created by
- Using pure DOM code, after setting the inline style of an element, it is …
- 13:10 Ticket #9480 (jquery clone on jquery droppable is not working in IE7 and 8) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. Unfortunately we are …
- 09:21 Ticket #9481 (Performance optimization?) created by
- Just ran into this via StackOverflow: …
- 08:34 Ticket #9480 (jquery clone on jquery droppable is not working in IE7 and 8) created by
- Hi all, I am trying to clone image on drop event of jquery droppable …
- 08:12 Ticket #9479 (o is null) created by
- in firefox I obtain always "o is null" when using toggle()
- 07:57 Ticket #9321 ($(window).resize() in iframe causing problems in IE 8/9) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:15 Ticket #9478 (Access to the underlying XMLHttpRequest object from within $.ajax()) created by
- I'm looking for access to the underlying XMLHttpRequest object from with …
- 06:46 Ticket #9477 (extend (deep) merges arrays fields instead of replacing them) created by
- A deep extend does not overwrite array fields, but tries to merge …
- 03:19 Ticket #9476 (Calling jQuery("html")[0].removeAttribute throws exception in IE <9) created by
- As reported on twitter: …
05/31/11:
- 22:58 Ticket #9475 (Extra callback fired when .stop() is called on a different element) created by
- Call .animate() on two different elements one after the other and give the …
- 22:54 Ticket #9474 (Calling .stop() in callback freezes animation) created by
- Animate an element using .animate() and give it a callback. In the …
- 22:07 Ticket #9472 ($.ajax: X-Requested-With header gets lost....request send twice?!) created by
- Hello, i've run into a problem which drives me really crazy. After 4 …
- 21:56 Ticket #9471 (memory leak noticed when loading jquey.1.6.1.min.js included html pages in ...) reopened by
- 21:09 Ticket #9471 (memory leak noticed when loading jquey.1.6.1.min.js included html pages in ...) closed by
- duplicate
- 20:49 Ticket #9471 (memory leak noticed when loading jquey.1.6.1.min.js included html pages in ...) created by
- I have test-iframe.html that has link to test-page1.html and …
- 17:51 Ticket #9470 (The unwrap() function unchecks checkboxes) closed by
- duplicate
- 16:56 Ticket #9470 (The unwrap() function unchecks checkboxes) created by
- I am using the unwrap function as a means of making certain content …
- 16:12 Ticket #9469 (Remove semi-functional .selector calculation from .pushStack()) created by
- Per discussion with ben_alman, and related to #7389 which consensus says …
- 14:54 Ticket #9468 ($('form').attr('class') always return undefined in IE 6) closed by
- fixed: Thanks for taking the time to contribute to the jQuery project! You are …
- 13:07 Ticket #9468 ($('form').attr('class') always return undefined in IE 6) created by
- Testcase: http://elv1s.ru/files/js/jQuery/jq161_IE6_attr_bug.html
- 12:45 Ticket #9467 (Delegate with Custom Events working in Chrome but not Firefox) created by
- Running the same code in both Firefox and Chrome, the event callback is …
- 09:57 Ticket #9466 ($.ajax working in FF and Chrome, but not in IE8) created by
- Hi, I am trying an ajax call for recaptcha validation and the code works …
- 07:55 Ticket #9293 (nth-child error on google chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:55 Ticket #9272 (Select component and attr("selected")) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:55 Ticket #9244 (.select() does not select input content on iPhone Safari) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
05/30/11:
- 21:06 Ticket #9463 (attr() yields different results in 1.5.2 and 1.6.1) closed by
- wontfix: Thanks for taking the time to contribute to the jQuery project! This is …
- 18:48 Ticket #9460 ($.ajax().pipe() fails when specifying an error handler in minified version) closed by
- invalid: Closing as the original ticket submitter has confirmed the issue is with …
- 17:47 Ticket #9464 (Dom load issues with version 1.5 - 1.6.1 except 1.6) created by
- Dom load issues with version 1.5 - 1.6.1 except 1.6
- 15:38 Ticket #9461 (removeData not working for names with a "-") closed by
- duplicate
- 15:36 Ticket #9462 (Frames Memory Leak with jQuery) closed by
- duplicate
- 14:15 Ticket #9463 (attr() yields different results in 1.5.2 and 1.6.1) created by
- ...which breaks the statement "when updating from 1.5.2 to 1.6.1, you …
- 12:55 Ticket #9462 (Frames Memory Leak with jQuery) created by
- Hi, I got a simple test case which includes a main html page with a button …
- 12:22 Ticket #9461 (removeData not working for names with a "-") created by
- When using names containg a "-" character in the data's name the …
- 09:00 Ticket #9460 ($.ajax().pipe() fails when specifying an error handler in minified version) created by
- I have a piece of code where I do: return $.ajax(query).pipe( …
- 07:11 Ticket #9459 (FIREFOX 3 JSONP CALL CAUSES BROWSER TO "SPIN") created by
- The same as #8300. Only in FF3. example, first ajax sent to server.(call …
05/29/11:
- 16:20 Ticket #9458 (:not() selector problem?) created by
- With regard to this …
- 14:15 Ticket #9457 (Jquery ajax gives 'No transport' when used from rewritten urls in ...) closed by
- invalid
- 12:37 Ticket #9455 (can not open after down loading from site) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. The particular …
- 12:27 Ticket #9456 (jQuery not works in Chromium Browser Build 11.0.696.71 (86024) Ubuntu ...) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. First, please note …
- 11:11 Ticket #9457 (Jquery ajax gives 'No transport' when used from rewritten urls in ...) created by
- Hello, I am trying to use the same jQeury code in the same domain in two …
- 08:33 Ticket #9456 (jQuery not works in Chromium Browser Build 11.0.696.71 (86024) Ubuntu ...) created by
- I have a Website at http://klasse83.bplaced.net/demo/admin/add_post.php. …
- 00:28 Ticket #9455 (can not open after down loading from site) created by
- I operate windows 7 - 64 bit I have downloaded the link and can't open …
05/28/11:
- 16:10 Ticket #9450 (Background image disappears on IE8 with jQuery 1.6.1) closed by
- duplicate
- 15:06 Ticket #9451 (Validation plugin stops working on IE8 with jQuery 1.6.x (no problem with ...) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! Please …
- 15:03 Ticket #9453 ($.inArray does not support fromIndex) created by
- The $.inArray() function calls the native JavaScript Array.indexOf() …
- 13:10 Ticket #9452 (focus event does not bubble correctly) created by
- Upon focusing an input the event does not bubble up to the parent …
- 09:33 Ticket #9451 (Validation plugin stops working on IE8 with jQuery 1.6.x (no problem with ...) created by
- Hello, Bassistance Validation plugin doesn't work with jQuery 1.6.x on …
- 09:26 Ticket #9450 (Background image disappears on IE8 with jQuery 1.6.1) created by
- Hello, On Internet Explorer 8 the following simple snippet doesn't work …
- 07:41 Ticket #9271 (jquery1.6 bug) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
05/27/11:
- 22:09 Ticket #9449 (offset fails in Chrome Extensions) created by
- I'm working on getting a better (read: existent) testcase together for …
- 22:02 Ticket #9448 (.empty() on input field instead of .val('')) closed by
- wontfix: Thanks for taking the time to contribute to the jQuery project! Expanding …
- 21:54 Ticket #9448 (.empty() on input field instead of .val('')) created by
- Why not input fields can be emptied when using the .empty() function …
- 18:20 Ticket #9447 (Modify withinElement() to use $.contains) created by
- This method currently performs its own search to see if one element is …
- 18:19 Ticket #9446 (Chained Deferred.pipe functions don't keep the original context from ...) created by
- If I chain multiple pipes and use resolveWith like so... […] ...the …
- 16:59 Ticket #9443 (error thrown) closed by
- invalid: Incorrect usage of each. It is not needed for what you're trying to …
- 16:40 Ticket #9443 (error thrown) created by
- Hi, I have this function in a separate javascript file: …
- 16:08 Ticket #9439 (Better definition for jq escaping script) closed by
- duplicate
- 15:40 Ticket #9438 (jQuery UI Resizable is broken by 1.6.1) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! Please …
- 15:03 Ticket #9440 (v1.6.1 messes up layout in IE8) closed by
- fixed: This has been fixed in the git version of jQuery: …
- 14:56 Ticket #9442 (Tag 'FORM' no tagName) closed by
- invalid: You can do $('#test').prop('tagName') or $('#test')[0].tagName as it is a …
- 14:45 Ticket #9442 (Tag 'FORM' no tagName) created by
- <form id="test"> </form> $('#test').attr('tagName') not tagName
- 12:46 Ticket #9441 (innerWidth, innerHeight, outerWidth, outerHeight are inaccurate for child ...) created by
- this was discovered while I was working on #9300. #9300 fixes the …
- 11:09 Ticket #9440 (v1.6.1 messes up layout in IE8) created by
- Including jQuery 1.6.1 in your page and not doing anything with it causes …
- 07:44 Ticket #9439 (Better definition for jq escaping script) created by
- Hi, on page[1] you can see the proposed jq script to escape period and …
- 03:28 Ticket #9438 (jQuery UI Resizable is broken by 1.6.1) created by
- I recently upgraded from 1.5.0 to 1.6.1 and everything works fine except …
- 02:00 Ticket #9437 (prop('method) performed on a form element returns a bunch of elements that ...) closed by
- invalid: This is how properties of a form are designed to work. If you'd like to …
- 01:33 Ticket #9437 (prop('method) performed on a form element returns a bunch of elements that ...) created by
- See demo: http://jsfiddle.net/davidtong/HFfTP/2/ prop('method') should be …
- 00:34 Ticket #9433 (IE8 radio buttons can't be selected when jquery onchange event handler is ...) closed by
- invalid: > The change event occurs when a control loses the input focus and its …
- 00:22 Ticket #9429 (live mouseenter event.type still wrong) closed by
- invalid: You weren't testing the latest version: …
- 00:11 Ticket #9424 (filter('[href]') fails to match links with empty href attrs in some cases) closed by
- duplicate
05/26/11:
- 20:51 Changeset [1d202c6afc03c98dc656bf6bbde317fb0d050574] by
-
- src/attributes.js
- 19:29 Ticket #9435 (javascript error while reloading during animation) created by
- It's really nothing serious, but something very slightly goes wrong, so I …
- 17:56 Changeset [a745ac8c038bf06089473869e40c0e10b5101b7b] by
-
- src/attributes.js
- src/callbacks.js
- src/core.js
- src/css.js
- src/dimensions.js
- src/manipulation.js
- src/support.js
- test/abortonunload.php
- test/data/testsuite.css
- test/delegatetest.html
- …
- 17:50 Changeset [9d0b36145870f7d95008f318e86c82eadf0c1eee] by
-
- src/deferred.js
- 17:44 Changeset [950da8ae7f408032a91089a5d5c7befa4cd168aa] by
-
- src/callbacks.js
- test/unit/callbacks.js
- 17:44 Changeset [0c9c9fb3cff41bb5deca0220457819498f40f020] by
-
- Makefile
- src/channel.js
- src/topic.js
- test/index.html
- test/unit/topic.js
- 17:44 Changeset [b136d9cc7aecd8db245b178fc1650e5e5d773172] by
-
- src/channel.js
- test/unit/channel.js
- 17:44 Changeset [13c330a0f8cd9f1dd9524ccede2668c859cdfab0] by
-
- src/callbacks.js
- test/unit/callbacks.js
- 17:44 Changeset [1f084d024dc2476eef227cb83460672091780792] by
-
- src/channel.js
- 17:44 Changeset [57634a2c159ccece07f203442b15c911e4ad88aa] by
-
- Makefile
- src/channel.js
- test/index.html
- test/unit/channel.js
- 17:44 Changeset [4f3f0e1d4ecf5d21c1e6bb01ef6f0e3be64d7959] by
-
- src/callbacks.js
- test/unit/deferred.js
- 17:44 Changeset [a3a657cb2c8fee500ef0aabe1e7edb6f5460571b] by
-
- src/deferred.js
- test/unit/deferred.js
- 17:44 Changeset [05ae8f37b875057d94c89e0de72c0e5576cbb362] by
-
- src/callbacks.js
- 17:44 Changeset [ebb39c2774c270bb37ec15d54c0a2ff04eea052a] by
-
- src/callbacks.js
- test/unit/callbacks.js
- 17:44 Changeset [8dcf7ec1ce05ab5e10207b0838be91181fd41fdc] by
-
- src/callbacks.js
- test/unit/callbacks.js
- 17:44 Changeset [946a9204a15761b42ae27f5807d4280948c527e4] by
-
- src/callbacks.js
- 17:44 Changeset [3a6b759d3c36e126bb99c85f1ce969cb59498ff9] by
-
- test/unit/callbacks.js
- 17:44 Changeset [198290a9a744f01c8604e796b8e34e06fec6bf03] by
-
- src/callbacks.js
- 17:43 Changeset [03c4fe9da98ce4753b012f1f370018d15fa2118c] by
-
- src/callbacks.js
- 17:43 Changeset [142ae3e08a612e9c51c6ab9d9b3595a068c966f2] by
-
- test/unit/callbacks.js
- 17:43 Changeset [5ee68d6b137bc8a8c4a1afb388ef8acdf4fcf52e] by
-
- src/callbacks.js
- 17:43 Changeset [a31195fd5a86880963c5d2fd8af7f544faafdc62] by
-
- Makefile
- src/ajax.js
- src/callbacks.js
- src/core.js
- src/deferred.js
- src/queue.js
- test/data/offset/absolute.html
- test/data/offset/body.html
- test/data/offset/fixed.html
- test/data/offset/relative.html
- …
- 15:24 Ticket #9428 (Changing href attribute value in IE 7+ also changes link text (innerHTML ...) closed by
- duplicate: actually patchwelcome
- 15:21 Ticket #9431 (ui.button widget form reset issue) closed by
- invalid: Please submit jQuery UI bugs to the jQuery UI bug tracker: …
- 15:12 Ticket #9430 (jQuery ajax does not support to send data contains "??" in json format!) closed by
- duplicate
- 14:58 Ticket #9434 (.outerWidth()/.outerHeight()/.innerWidth()/.innerHeight() should work on ...) created by
- .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() should all …
- 14:39 Ticket #9433 (IE8 radio buttons can't be selected when jquery onchange event handler is ...) created by
- Probably it happens because jquery adds additional jQueryNNNNN.. attribute …
- 14:32 Ticket #9381 (animations halt when the browser is out of focus due to ...) reopened by
- This has been closed as wontfix because really the choice here is we can …
- 11:28 Ticket #9432 (Method "val" on multiselect "select" object returns wrong result.) created by
- Method returns all options (selected and not selected).
- 08:31 Ticket #9431 (ui.button widget form reset issue) created by
- In jQueryUI 1.8.13 I got next problem: I have some forms, and have some …
- 07:03 Ticket #9430 (jQuery ajax does not support to send data contains "??" in json format!) created by
- I specify the ajax format is json and then send data contains "??", the …
- 06:12 Ticket #9429 (live mouseenter event.type still wrong) created by
- Updated to 1.6.1 but i think the event type of an live mouseenter event is …
- 05:56 Ticket #9428 (Changing href attribute value in IE 7+ also changes link text (innerHTML ...) created by
- […] Expected output: […] Actual output: […]
- 04:08 Ticket #7614 (Order of selector expression returns different results for .find(selector) ...) closed by
- cantfix: I think we clearly established that this was an Opera bug we can't work …
- 02:31 Ticket #9427 (Passing undefined to .text() does not trigger setter) closed by
- invalid: This is expected behaviour.
- 02:27 Ticket #9427 (Passing undefined to .text() does not trigger setter) created by
- Passing undefined to $.fn.text() triggers getter functionality instead …
- 00:48 Changeset [9d4033d629fbfd1352e4ee5f20d0d320a61b80f1] by
-
- test/unit/manipulation.js
- 00:00 Ticket #7557 (outerWidth()) closed by
- fixed: Return null for outer/inner width/height calls on window/document. Fixes …
Note: See TracTimeline
for information about the timeline view.
