Timeline
Nov 23, 2009:
- 6:13 PM Ticket #5544 (Setting type attribute on button tag fails without exception in IE) created by
- var button = $(document.createElement('button')); button.attr('type', …
- 9:47 AM Ticket #5543 (Pseudoelements :last-of-type and :first-of-type broken in certain contexts.) created by
- With markup: […] This works properly: […] But this will …
Nov 22, 2009:
- 1:29 PM Ticket #5542 (Using JQuery from <a href="Javascript:xxxxxx" >click me</a>) closed by
- worksforme: If you don't cancel the default action by returning
false
from …
Nov 21, 2009:
- 10:07 PM Ticket #5542 (Using JQuery from <a href="Javascript:xxxxxx" >click me</a>) created by
- <div class="example"> <span id="expspan" class="examplespan"></span> …
- 1:17 PM Ticket #5541 (hide() does not hide inputs in opera9 when [content:''] is applied to them) created by
- Hello everyone. Well the following is a real css-bug of Opera9. …
Nov 20, 2009:
- 2:06 PM Ticket #5540 (Custom easing callback not working?) created by
- Hi! According to ticket 127, it seems like it should be possible to …
- 12:45 PM Ticket #5539 (Event target is wrong on DOMCharacterDataModified) created by
- If you bind the DOMCharacterDataModified event, the event object your …
- 11:52 AM Ticket #5538 (jQuery unload method not working Cross browser) created by
- I have this simplified code: $(document).ready(function(){ …
Nov 19, 2009:
- 10:39 PM Ticket #5536 (attr() and val() problem with chrome and safari but works with FF) closed by
- worksforme: It seems to work for me with Safari 4 and Firefox 3.5 on Windows 7. It …
- 10:19 PM Ticket #5537 (attr() and val() problem with chrome and safari but works with FF) closed by
- duplicate: Duplicate of #5536.
- 8:50 PM Ticket #5537 (attr() and val() problem with chrome and safari but works with FF) created by
- Hey i've been doing some work on FF it works great but when i went to …
- 8:50 PM Ticket #5536 (attr() and val() problem with chrome and safari but works with FF) created by
- Hey i've been doing some work on FF it works great but when i went to …
- 2:04 PM Ticket #5535 (Different results for attribute filter strings vs. find specifying ...) created by
- See attached file for example. <input> tags with different ids. Want …
- 12:25 PM Ticket #5534 (Ajax does not work in html help (chm) files) created by
- Easy problem. Function httpSuccess checks if request is successfull. …
Nov 18, 2009:
- 6:55 PM Ticket #5533 (css(name) method does not work at IE, css( name, value ) work both IE ...) created by
- I met a issue, I need to setup multi <div> class using jQuery Css. …
- 5:54 PM Ticket #5530 (load method: In IE7/8 incoming and current document selectors must be ...) closed by
- invalid: That would create duplicate #status ids and create an invalid …
- 5:49 PM Ticket #5532 (jQuery.trigger doesn't pass data argument when its object with length ...) closed by
- worksforme: Yep, if you pass an Array as documented it works fine.
- 2:21 PM Ticket #5532 (jQuery.trigger doesn't pass data argument when its object with length ...) created by
- jQuery.trigger (and probably more functions) doesn't pass data when …
- 12:31 PM Ticket #5531 (Toggle Flickers in IE8 for "slow" speed) created by
- In IE8, when toggling to hide the element, the background that was …
- 6:45 AM Ticket #5530 (load method: In IE7/8 incoming and current document selectors must be ...) created by
- 1. Use the jQuery load(url) method and specify a jQuery selector in …
- 3:45 AM Ticket #5529 (ajaxSettings.xhr not correct on Windows Mobile phone) created by
- I was building a widget for an MDA Compact V which runs WM 6.1 and the …
Nov 17, 2009:
- 9:55 PM Ticket #4867 (binding "click" event to html()'ed content element causes spurious events) closed by
- worksforme: I think this example is convoluted, but working as it should.
- 9:53 PM Ticket #4939 (Using the not() filter negates the live() method) closed by
- worksforme: Working as documented.
- 9:51 PM Ticket #3264 ([treeview] keeps two branches expanded when serializing (cookie-based)) closed by
- invalid: This is not a jQuery core bug report.
- 9:48 PM Ticket #5528 (jQuery.makeArray( nodeList )) created by
- Unlike jQuery.merge, makeArray is not safe from nodeLists which length …
- 9:41 PM Ticket #4110 (beforeSend is ignored in Firefox 3 with JQuery 1.3.1) closed by
- fixed: This is working as documented; it's just not possible to set request …
- 9:39 PM Ticket #4454 ([autocomplete] - jQuery plugin 1.0.2) closed by
- invalid: This belongs in the jQuery UI tracker, http://dev.jqueryui.com
- 9:36 PM Ticket #4975 (XML error in IE) closed by
- duplicate: Duplicate of #4958.
- 9:23 PM Ticket #4992 (ajax() and underscores) closed by
- invalid: Can you debug this a bit more? For example, are you seeing the action …
- 9:09 PM Ticket #5083 (JQuery memory issue) closed by
- invalid: Not enough information for a bug report. Please ask for help on the forums.
- 9:08 PM Ticket #5292 (Ajax Async Request fails in IE8) closed by
- invalid: The code you have isn't a complete test case. It would be best to try …
- 8:58 PM Ticket #5053 (jQuery.fn["ajaxStart"] and other related functions are incorrectly defined) closed by
- invalid: The vsdoc version is only for use with Visual Studio Intellisense, so …
- 8:56 PM Ticket #5527 (More generic jQuery.merge) created by
- Add support for null and undefined values. Permit array like object as …
- 6:49 PM Ticket #5526 (can't remove "border" element style in IE) created by
- IE behaves unexpectedly when you try to remove the "border" CSS style. …
- 2:53 PM Ticket #5525 (Make .text() work on text nodes) closed by
- fixed: Fixed. …
- 2:52 PM Changeset [b30af34f]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/manipulation.js
- 2:51 PM Ticket #5525 (Make .text() work on text nodes) created by
- See: …
- 2:36 PM Changeset [c084745]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 2:25 PM Changeset [b33f37c]1.12-stable2.2-stablekillphp by
- test/qunit
- 10:45 AM Changeset [3a23a5c]1.12-stable2.2-stablekillphp by
- src/event.js
- 9:30 AM Ticket #5524 (clone() doesn't clone the textarea's text value) created by
- When calling clone() on an entire DIV that contains multiple textarea …
- 8:58 AM Ticket #5523 (overrided toString not copied in IE by $.extend) created by
- IE skips the 'toString' method in a for( var attr in objext ) loop. …
- 6:28 AM Ticket #5522 (IE8 expando bug) created by
- In firefox&chrome it works without any problem, but in IE8 it does not …
- 5:24 AM Ticket #5521 ($(document).ready() firing too early probably in WebKit, and messing ...) created by
- I have attached a website design, where adding the jQuery script …
- 3:34 AM Ticket #5520 (Incorrect offset values in IE8 under box-sizing: border-box model) created by
- When using IE8 in strict mode, but selecting the box-sizing: …
Nov 16, 2009:
- 6:44 PM Ticket #5508 (IE does not allow you to use square brackets in jQuery query) closed by
- invalid: True but you didn't escape the *other* character that isn't valid in a …
- 6:42 PM Ticket #5518 (load() method using relevant paths) closed by
- invalid: Try debugging a complete test case using help in the forums first, …
- 6:39 PM Ticket #5519 (Problem using data() in GreaseMonkey script) closed by
- invalid: If you can narrow it down to a jQuery problem, reopen this with a …
- 3:52 PM Ticket #5519 (Problem using data() in GreaseMonkey script) created by
- I'm not 100% sure if this is a problem with jQuery or GreaseMonkey. …
- 6:44 AM Ticket #5518 (load() method using relevant paths) created by
- Hi, tried to include .html file in .html file files structure: …
- 2:16 AM Ticket #5508 (IE does not allow you to use square brackets in jQuery query) reopened by
- mhh...i already read the docu and tried to escape the brackets but it …
- 2:10 AM Ticket #5517 (.offset().top gives incorrect values) created by
- I use the code below to get the optimum scrolltop position for a …
Note: See TracTimeline
for information about the timeline view.