Timeline
06/05/11:
- 17:24 Ticket #9517 (no catch praise in 997 line) closed by
- duplicate
- 13:50 Ticket #9518 (@mozilla.org/extensions/manager;1) closed by
- invalid: This does not appear to be related to jQuery core.
- 13:48 Ticket #9516 (Delegate does not support element or jquery object) closed by
- invalid: The first argument to .delegate() is a selector string. …
- 12:51 Ticket #9519 (clearAttributes not defined by DOM) created by
- I don't get how jQuery works in *any* browser, seeing as this is an …
- 11:35 Ticket #9518 (@mozilla.org/extensions/manager;1) created by
- estou tendo problemas no firefox.meu player não toca no firefox,somente no …
- 07:58 Ticket #9378 (Bug while working with JSON and tmpl) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:58 Ticket #9374 (jquery.clone()) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:59 Ticket #9517 (no catch praise in 997 line) created by
- simple. no catch praise in 997 line. so jquery doesn't in ie8 because of …
- 04:20 Ticket #9516 (Delegate does not support element or jquery object) created by
- Everytime I pass jquery object or element to the first delegate parameter, …
- 01:44 Ticket #9475 (Extra callback fired when .stop() is called on a different element) closed by
- fixed: This works fine in the git version of jQuery. …
06/04/11:
- 18:02 Ticket #9514 (clone() of LINK from parent followed by append() into child document fails ...) closed by
- cantfix: Unfortunately we can't work around this browser issue inside core. You can …
- 17:45 Ticket #9484 (height() returns incorrect value in IE7 for div without top border) closed by
- duplicate: We looked at fixing this in 1.5; due to the rarity and amount of code …
- 17:26 Ticket #9515 (el(.comma, .separated, .list):pseudo) closed by
- invalid: We definitely want to stick with standard CSS selectors so that jQuery can …
- 17:21 Ticket #9502 (provide .hasData() method for consistency) closed by
- invalid: jQuery.hasData() is *only* meant to determine if a data object exists on …
- 16:34 Ticket #9513 (slideToggle sliding out to incorrect height) closed by
- duplicate
- 09:14 Ticket #9515 (el(.comma, .separated, .list):pseudo) created by
- Assuming this is the css code […] I was surprised that this would …
- 07:47 Ticket #9369 (jqXHR object can't handle binary data on IE, and raw XHR object not ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:47 Ticket #9367 (Cloning Drop Down List Problem) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:47 Ticket #9364 (bind('ended') Canvas Event didn`t work in JQ 1.6 anymore) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:47 Ticket #9363 (addClass method not found) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
06/03/11:
- 22:23 Ticket #9514 (clone() of LINK from parent followed by append() into child document fails ...) created by
- A page (the parent) contains an <iframe> (the child). The child <iframe> …
- 22:06 Ticket #9512 (Select menu within SPAN tag display error in Safari 4.04/Mac) closed by
- worksforme: With respect to the above discussion, please bare in mind that the reason …
- 21:53 Ticket #9479 (o is null) closed by
- worksforme: Using the information you've provided, I've put together a test case using …
- 21:26 Ticket #9513 (slideToggle sliding out to incorrect height) created by
- While trying to make a div toggle using the slideToggle function, I found …
- 20:05 Ticket #9512 (Select menu within SPAN tag display error in Safari 4.04/Mac) created by
- jQuery v1.6.1 and older: In Safari 4.04/Mac, placing a select menu within …
- 19:58 Ticket #9511 (trigger cannout distinguish undefined from numeric 0 when passing single ...) closed by
- duplicate
- 19:55 Ticket #9511 (trigger cannout distinguish undefined from numeric 0 when passing single ...) created by
- when passing an argument to trigger a custom event, if zero is passed, the …
- 16:00 Ticket #9508 (Allow RESTful requests with JSON-P by adding the request type as parameter) closed by
- wontfix: This can be implemented by using an ajaxPrefilter: …
- 15:03 Ticket #9510 (unnecessary var declaration) created by
- hasOwn isn't used anywhere in event.js …
- 14:29 Ticket #9509 (CSS extremely slow in IE9) created by
- The following function is extremely slow in IE9 compared to IE7 and IE8. …
- 12:52 Ticket #9508 (Allow RESTful requests with JSON-P by adding the request type as parameter) created by
- Currently it is not possible to call a REST API with JSON-P because the …
- 11:10 Ticket #9507 (jQuery.isPlainObject( NodeList ) === true in IE 6, 7, 8) created by
- Test: http://jsfiddle.net/hTKQY/
- 10:44 Ticket #9506 (show is not working fine in ASP.NET) created by
- Hi, I like the show and hide concepts with java …
- 08:58 Ticket #9505 (animate() issue when mixing percentages and pixels in WebKit) created by
- [ testcase at http://jsfiddle.net/AdrwK/1/ (watch console output) ] When …
- 08:09 Ticket #9351 ($('img[src$=.png]') error on IE7 and IE8) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:39 Ticket #9504 (HTML5 boolean attributes return undefined with attr in browsers that do ...) created by
- 1. jQuery version 1.6.1 2. IE9, version 9.0.8112.16421 Czech 3. Windows 7 …
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 …
Note: See TracTimeline
for information about the timeline view.
