Timeline
03/17/10:
- 13:05 Ticket #6302 (Jquery Object Initialization) created by
- We have a problem with Jquery Library when we register this Library in our …
- 08:59 Ticket #6301 (Not working) created by
- We are using Jquery. But working in locally fine. We have windows 2003 …
- 08:14 Ticket #1571 (Cursor position in IE) reopened by
- In IE when page is zoomed event position is related from zoom but …
- 01:47 Ticket #6300 (add mutation events) created by
- It would be very nice to be alerted whenever an element is appended to …
03/16/10:
- 18:18 Ticket #6299 (jQuery 1.4.2 breaks AJAX success/failure behaviour) created by
- There is a small change to the behaviour of httpSuccess() which breaks the …
- 17:07 Ticket #6298 (IE7,IE8 throw exception on new window.XMLHttpRequest();) created by
- Microsoft failed to properly implement the XMLHttpRequest in IE7 and IE8. …
- 17:03 Ticket #6297 (Keypress event's which property doesn't work as expected) created by
- Following code should report the same numbers. Depending on browser - it …
- 07:56 Ticket #6296 (image not displayed in ie) created by
- i want to create hover menu through jquery but it's not working in ie all …
- 06:36 Ticket #6295 (jquery.load() not work in chrome) created by
- I test my script in IE8 , FireFox3.5 both of them work ,but in chrome. …
- 01:38 Ticket #6294 (jQuery1.4.2 ajax bug) created by
- jQuery.ajax({ type: "POST", url: url, data: data, success: callback, …
03/15/10:
- 21:11 Ticket #6293 (Selector ":hidden" collects selects options in IE, Opera and maybe Safari.) created by
- It`s the same problem that was with "tr" tag - browsers (but not FF), …
- 20:27 Ticket #6292 (:not is ignored if comma is after it) created by
- When comma is after closing bracket of :not (multiple selectors), :not …
- 17:49 Ticket #6291 (Ajax loading don't load <scirpt> tags) created by
- All ajax functions $.get() $.load() $.ajax() dont load the <script> tags …
- 13:56 Ticket #6290 (Inconsistent $.inArray behavior) created by
- Firefox (3.6 for OS X), Chrome (5 for OS X), Safari (4): …
- 12:12 Ticket #6289 (.toggleClass() doesn't react on every click on IE7 and IE8) created by
- Just take the example: Toggle the class 'highlight' when a paragraph is …
- 12:10 Ticket #6288 (Animate focus bug) created by
- when animating a textarea in its onfocus event the focus is lost. This …
- 10:04 Ticket #6287 (show() hide() bug if element is hidden with css class property) created by
- If an element is hidden with a css class, and then you call show() and …
- 07:27 Ticket #6286 (Unexpected call to method or property access.) created by
- By using "$(elId).text(myTextValue);" to set element text value, …
- 06:29 Ticket #6285 (child element selection in :not( ) dosen't work.) created by
- if you want to select <a.button> which has no child <div.icon> as per my …
- 00:01 Ticket #6284 (Return json not working in $. ajax) created by
- javascript code: $.post("url ...", "parametros=1", function(d){ …
03/14/10:
- 22:51 Ticket #6283 ("change" event is browser dependent) created by
- "change" event should be fired if element value (or selected / checked …
- 11:30 Ticket #6282 (.live/die( events ) and delegate/undelegate( selector, events )) created by
- .bind/unbind(events) is already supported. Make the rest of event API …
- 03:13 Ticket #6281 (Slots for animations) created by
- This patch adds slots to the fx mechanism and results in that all …
03/13/10:
- 13:02 Ticket #6280 (IE8 : Non valid argument at line 4618) created by
- Both in the minified 1.4.2 or in the dev release I got this error with IE8 …
- 01:14 Ticket #6279 (next adjacent selector and/or child selector in IE6) created by
- I'm sorry I can't provide a test case. I need to leave the fixed version …
03/12/10:
- 21:59 Ticket #6278 (Clone with events crashes on IE after sortable) created by
- After using sortable ui, the function clone with events crash on IE.
- 21:36 Ticket #6277 (IE8 Error in jQuery.extend()) closed by
- invalid: It doesn't look like this is related to .extend() - can you provide some …
- 20:38 Ticket #6277 (IE8 Error in jQuery.extend()) created by
- Invalid argument. (jquery-nightly.js, 5938) in IE8 (haven't tested other …
- 15:27 Ticket #6276 (.keyup() does not support cyrillic alphabet) created by
- On any char form cyrillic alphabet .keyup() return 0 in properties which, …
- 14:35 Ticket #6274 (Error in the development version, line 2015) closed by
- worksforme: That's 100000000 - just pop 1E8 into the console to see.
- 13:35 Ticket #6275 (ie8 and "Stop running this script?") created by
- My treeview has 250 node and all of them has child. …
- 12:58 Ticket #6274 (Error in the development version, line 2015) created by
- I'm just learning the jQuery, but I think, I found an error in line 2015: …
- 12:48 Ticket #6273 (.getJSON does not work for extra params. (?undefined=undefined)) created by
- <!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN"> <html> …
- 12:43 Ticket #6272 (Inconsistent behavior while creating new checkbox) created by
- Same jQuery code produces different results in different browsers. The …
- 05:16 Ticket #6271 (jQuery.style() can set invalid filter styles under IE) created by
- If an invalid opacity value is passed to jQuery.style it will still cause …
- 02:54 Ticket #6270 (On Firefox 3.6, $(document).ready(...) doesn't get triggered after a back ...) created by
- On Firefox 3.6, $(document).ready(...) doesn't get triggered when the page …
03/11/10:
- 22:44 Ticket #6269 (Plain Object Event Unbind throws exception when unbinding last handler for ...) closed by
- duplicate: Duplicate of #6184.
- 21:49 Ticket #6269 (Plain Object Event Unbind throws exception when unbinding last handler for ...) created by
- When unbinding an event attached to a plain object, an exception is thrown …
- 15:49 Changeset [ba8938d444b9a49bdfb27213826ba108145c2e50] by
-
- src/core.js
- 15:38 Ticket #6268 (clone() doesn't copy "own properties" of html elements in firefox and ...) closed by
- wontfix: That's correct - and not something that we guarantee. If you wish to copy …
- 15:28 Ticket #6268 (clone() doesn't copy "own properties" of html elements in firefox and ...) created by
- When cloning an html element, and setting to the "dom" object a property …
- 15:04 Ticket #6266 (Unbinding custom events results in TypeError) closed by
- duplicate: Duplicate of #6184.
- 14:53 Ticket #6267 (parseJSON - plain boolean and integers) closed by
- worksforme: This is matching the spec. Just try using the JSON parser provided by the …
- 14:51 Ticket #6265 (First day of week in Norway i Monday, not Sunday) closed by
- invalid: Please submit this bug to the jQuery UI bug tracker: …
- 14:10 Ticket #6267 (parseJSON - plain boolean and integers) created by
- The code bellow should produce one success alert (for first item) and …
- 12:46 Ticket #6266 (Unbinding custom events results in TypeError) created by
- test case var fn = new function(){}; …
- 12:43 Ticket #6265 (First day of week in Norway i Monday, not Sunday) created by
- First day of week in Norway i Monday, not Sunday. This should be fixed in …
- 12:08 Ticket #6264 (.submit() silently fails if the form has a <input name="submit">) created by
- .submit() silently fails if the form has a <input name="submit"> or <input …
- 11:19 Ticket #6263 (warning using jQuery 1.4.2 on https pages) created by
- When using jQuery 1.4.2 in https a warning message is poping up. ("This …
- 10:19 Ticket #6262 (handlers for .submit() fired in bad order in IE6) created by
- in jQuery 1.4 was fixed bubbling of submit event in IE6, but submit event …
- 02:34 Ticket #6261 (clone(false) inserts empty nodes in IE) created by
- $('#myElement').clone(false) inserts empty nodes in IE while …
03/10/10:
- 22:35 Ticket #6260 (Selector does not work properly when using multiple ":not()"s on same ...) created by
- In the following HTML <body> <a href="#">Should alert when …
- 22:13 Ticket #6251 (jquery.com website not cross-browser capable!) closed by
- wontfix: It does work well in multiple browsers - in fact all modern browsers. I …
- 22:08 Ticket #6258 (XULElement) closed by
- invalid: Can you re-open this ticket with the code that's running to cause this …
- 21:47 Ticket #6259 (data() returns null, but undefined in Firefox after console.log()) closed by
- duplicate: This is a duplicate of #6166.
- 20:10 Ticket #6259 (data() returns null, but undefined in Firefox after console.log()) created by
- I noticed that in 1.4, data() now returns null instead of undefined if …
- 19:41 Ticket #6258 (XULElement) created by
- Permiso denegado par... XULElement.popuoOpen
- 16:25 Ticket #6257 (Bug in cleanData) closed by
- fixed: This was fixed yesterday: …
- 13:29 Ticket #6257 (Bug in cleanData) created by
- I can reproduce the bug only with ie(7). Microsoft Script debugger says : …
- 12:21 Ticket #6256 (IE8 AJAX GET request fails due to unexpected call to abort handler) created by
- jquery 1.4.2 has the following code in the AJAX request handler: Line …
- 10:30 Ticket #6255 (.delay() is not stopped by .stop(true,true)) created by
- .delay() is implemented with a setTimeout() without remembering the return …
- 09:58 Ticket #6254 (JQuery - stop IE jumping on movement) created by
- With no page DTD defined, IE does something strange when doing movement …
- 02:39 Ticket #6253 ($.proxy incorrectly passes $.proxy arguments to proxied function) created by
- I believe theres a problem with $.proxy. If you call […] …
Note: See TracTimeline
for information about the timeline view.
