Timeline
Apr 2, 2009:
- 11:51 PM Ticket #4483 (animate() on td doesn't work on IE8) created by
- <table …
- 10:18 PM Ticket #4482 (Error when select index change) created by
- In IE8, When select index change throw error: Webpage error details …
- 10:06 PM Ticket #4472 (impossible to change "onclick" attribute more than once) closed by
- duplicate
- 7:54 PM Ticket #4481 (curCSS method doesn't return correct values in IE for font-size, ...) created by
- curCSS method fails with exception if you are trying to get "padding" …
- 7:42 PM Ticket #4480 (.ready doesn't work if placed after iframe) created by
- $().ready() doesn't work if declared after an iFrame. ex. …
- 4:16 PM Ticket #4479 ([autocomplete] sets CSS offset: auto, no matter what) created by
- In line 710 of autocomplete 1.0.2, it sets the CSS overflow to auto no …
- 2:41 PM Ticket #4478 (jsonp not working in ie6) created by
- The jsonp example does not seem to work in IE 6.0. …
- 1:44 PM Ticket #4477 (jQuery Error in IE7) created by
- I am using the drop shadow plugin …
- 8:32 AM Ticket #4476 (Jquery not support XML parse for IE) created by
- in Jquery.1.3.2 line 1945 To get the XML text, in firefox it is …
- 6:37 AM Ticket #4475 (gt(-1) stopped working in 1.3) created by
- Using gt(-1) worked fine in 1.2, but stopped working in 1.3.
- 4:59 AM Ticket #4474 (FadeIn, FadeOut, FadeTo do not work correctly) created by
- FadeIn, FadeTo, FadeOut Examples …
- 4:26 AM Ticket #4473 (jQuery.load does not behave correctly ine IE6) created by
- jQuery.load, which replace content on some element with ajax loaded …
- 3:36 AM Ticket #4472 (impossible to change "onclick" attribute more than once) created by
- For some reasons attribute "onclick" can be changed only once now. …
Apr 1, 2009:
- 7:36 PM Ticket #4466 (form disappears in ie6 inside accordion) closed by
- invalid: Although you didn't provide any test case, the description makes it …
- 6:45 PM Ticket #4471 (wrap(html) includes IE 7 appendChild bug) created by
- When using wrap to wrap something with html when that something is …
- 6:34 PM Ticket #4470 ([validate] Form is sended even with validation errors) created by
- After clearing the value of a field in the program the form can be …
- 6:08 PM Ticket #4469 (Event: hover does not trigger properly when scroll bars are present) created by
- Hover does not properly trigger on/off when its parent container has …
- 1:09 PM Ticket #4468 (:not() Selector not working properly with :first in IE browsers) created by
- If I have a selector such as the following: …
- 12:24 PM Ticket #4455 (Uncaught exception when selector begins with forward slash) closed by
- wontfix: This is 100% intentional. There's a difference between a selector like …
- 12:19 PM Ticket #4467 (:not() selector does not handle properly multiple classes ...) created by
- When trying to exclude elements which have more than one class name, …
- 9:28 AM Ticket #4466 (form disappears in ie6 inside accordion) created by
- I have a separate file(php&html) that has a form inside. Then I …
- 9:12 AM Ticket #4465 (.load not fired on iframe in chrome) created by
- $('body').append($('<iframe id="iframe"></iframe>')); …
- 8:22 AM Ticket #3980 (.live() delegation can be friendly if it mimics the the propagation order) reopened by
- The solution does not seem to work if the element uses .live() handler …
- 6:23 AM Ticket #4464 (IE cannot get width attribute of detached IMG element) created by
- i have the following code: htmltmp = '<div style="width: …
Mar 31, 2009:
- 7:32 PM Ticket #4463 (element selector doesn't work on Mac Safari) created by
- Simple element selector doesn't work on Mac Safari on jquery 1.3 and …
- 2:34 PM Ticket #1612 (:contains selector doesn't work for Ajax responses in IE6) reopened by
- Bug is back in 1.3.2. It seems since the refactoring to filters …
- 2:08 PM Ticket #4462 (allow for signing json/jsonp urls via an additional callback paramater ...) created by
- It would be great to have for all $.ajax variants, but in particular …
- 1:52 PM Ticket #4461 (Support array input into .css to return an object of css properties) created by
- Discussion: …
- 1:35 PM Changeset [2764127]1.12-stable2.2-stablekillphp by
- src/core.js
- test/unit/core.js
- 10:04 AM Ticket #4460 (setting some css values generates a error in IE) created by
- IE 7 generates me a error, when I try to set as example display=table. …
- 9:18 AM Ticket #4459 ($.map doesn't iterate through objects) created by
- Though the docs expicitly say $.map iterates through objects …
- 8:02 AM Ticket #4458 (animate assumes display:"block" for width or height animations) created by
- I have commented lines 4023 and 4024 to stop the display from being …
- 6:48 AM Ticket #4457 (text() with XML parsing is not working correctly in IE6/7) created by
- When text() function is called for string without html(xml) tags in …
Mar 30, 2009:
- 11:17 PM Ticket #4456 (Remove unused vars in offset.js) created by
- Remove unused vars in offset.js. Change the use of boxModel to …
- 7:21 PM Ticket #4455 (Uncaught exception when selector begins with forward slash) reopened by
- Whoops, forgot to reopen the ticket so it'll actually be read. I …
- 6:56 PM Ticket #4432 (Selectors problem in IE) closed by
- invalid
- 6:51 PM Ticket #4448 ($.getJSON() and append() link tags <a href>demo</a> sometimes is wrong) closed by
- invalid: Your href attribute is not quoted in the HTML you generate, so it is …
- 6:46 PM Ticket #4455 (Uncaught exception when selector begins with forward slash) closed by
- invalid: If it gracefully ignored the problem and returned an empty object, you …
- 6:42 PM Ticket #4455 (Uncaught exception when selector begins with forward slash) created by
- I know, I know, a selector shouldn't begin with a forward slash …
- 5:14 PM Ticket #4454 ([autocomplete] - jQuery plugin 1.0.2) created by
- Hi, I found a problem with autocomplete when typing the 1st caracter …
- 12:30 PM Ticket #4453 (Ajax issues on Safari 3) created by
- When you use headers to set the "Content-Type" header for a request, …
- 12:18 PM Ticket #4452 (Error when calling jQuery.trim) created by
- Calling: jQuery.trim(1) results in: Error: (text || "").replace is …
- 8:40 AM Ticket #4451 (Sibling selector in 1.3.2) created by
- From 1.3.1 to 1.3.2 sibling selector does not work anymore: …
- 8:30 AM Ticket #4450 (<base> tag causes .append() to fail in IE) created by
- Hi, In asp.net i want the image to resize to the browser window …
- 5:14 AM Ticket #4449 (FadeIn FadeTo FadeOut) created by
- Do not work correctly in Opera 9.20
- 4:00 AM Ticket #4439 ($.offset() and $.position() causes flicking screen in FF) closed by
- fixed: Fixed in r6302 Thanks for the test case! :)
- 3:59 AM Changeset [2937d645]1.12-stable2.2-stablekillphp by
- src/offset.js
- 3:11 AM Ticket #4448 ($.getJSON() and append() link tags <a href>demo</a> sometimes is wrong) created by
- Good day! I use jquery-1.3.2.min.js. I want append some link tags in a …
Mar 29, 2009:
- 11:01 PM Ticket #4447 (Creating an element leaks memory in ie7) created by
- when i run the appended html file in ie7, the browser reserves about …
- 6:15 PM Ticket #4446 (.andSelf(selector)) created by
- Why not andSelf() function to have a selector param. Here is a …
- 9:34 AM Ticket #4445 (Invalid argument using IE8: $("#paginas").accordion({ header: "h3" });) created by
- invalid argument message by IE8 on jquery-1.3.2.min.js, line 12 char …
- 4:43 AM Ticket #4444 ([autocomplete] change background depending on item) created by
- I'd like to have a different background for items. I added some code. …
Mar 28, 2009:
- 6:54 PM Ticket #4443 (Causes conflict with other addons when used in a Firefox extension) created by
- When used in a Firefox extension jQuery 1.3.2 cause incompatibilities …
- 12:39 PM Ticket #4442 (Cannot insert <object>...</object> in ie with the html() method.) created by
- Can't use the .html() method to insert an <object> html fragment. …
Mar 27, 2009:
- 11:39 PM Ticket #4441 ([validate] lastElement isn't cleared on resetForm) created by
- Regarding jquery.validation 1.5.2... All of the validation state is …
- 6:37 PM Ticket #4440 (fadeIn / fadeOut does not restore tr elements in IE 8) created by
- when fading in or out multiple tr elements, the text will not …
- 3:42 PM Ticket #4439 ($.offset() and $.position() causes flicking screen in FF) created by
- Hi. i found bug. i have test page where use $.offset() to determine …
- 2:22 PM Ticket #4378 (IE6 Broken JSONP calls. Several tickets, > 1 year. Solution available.) closed by
- fixed: This is now fixed in r6301
- 2:20 PM Changeset [611d2408]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 11:28 AM Ticket #4438 (Attr bug.) created by
- FF works, but IE it doesnt works.Here is the following code, it works …
- 8:53 AM Ticket #4437 (Bug with IE6: removing a selected attribute raise an error) created by
- Hello, my HTML page contains 3 select lists. 1- 1 list containing all …
- 7:11 AM Ticket #4436 ([ajax] j.readyState is null or not an object on IE6 with Timeout enabled) created by
- I get the follow error message when I make a ajax reqest as shown on …
- 6:16 AM Ticket #4435 (Parse Error cause being lost) created by
- I recently started working with jQuery, using its ajax features. I …
- 5:27 AM Ticket #4434 (access :hover css properties of an element via jquery) created by
- imagine i style the :hover pseudo-class of an element via css: …
- 5:00 AM Ticket #4433 (Ajax post : multidimensionnal map support) created by
- As you know, there is a syntax which permit to send multidimensional …
- 4:39 AM Ticket #4432 (Selectors problem in IE) created by
- The both codes work in FF3.0.7 and Chrome 2.0.169.1, but only the …
- 12:59 AM Ticket #4431 (Change the jQuery expando prefix to data-jquery) created by
- http://www.whatwg.org/specs/web-apps/current-work/#custom-data-attribut …
Mar 26, 2009:
- 9:19 PM Ticket #4430 ([validate] phoneUS problem) created by
- When I am using the phoneUS rule in my validate options I get the …
- 6:45 PM Ticket #4429 (Use native JSON.parse if available inside ajax.httpData) reopened by
- Native JSON parse and stringify will be a built-in browser feature in …
- 6:23 PM Ticket #4429 (Use native JSON.parse if available inside ajax.httpData) closed by
- invalid: We don't rely on this kind of things, only built-in browser features …
- 1:26 PM Ticket #4429 (Use native JSON.parse if available inside ajax.httpData) created by
- In jQuery.ajax.httpData, would you consider using the native JSON …
- 9:55 AM Ticket #4428 (SELECTOR doesn't work) created by
- If I use the following selector: $('~ span:first', this) doesn't …
- 4:09 AM Ticket #4427 (jQuery.css(name) returns inconsistent results) created by
- jQuery.css(name) returns inconsistent results depending on whether …
- 2:44 AM Ticket #4426 (CSS "left" value is incorrect when set to "auto" in FF3.) created by
- I have an absolute positioned element that has the following css: …
Note: See TracTimeline
for information about the timeline view.