Timeline
Jun 18, 2009:
- 11:59 PM Ticket #4787 ($(document).ready() frame detection / cross-domain error in IE6) created by
- I am using JQuery within frames that set
document.domain
. This is … - 8:46 PM Ticket #4786 (fadeTo not working on background images in IE) created by
- I am using fadeTo at document.ready on an inner box within an outer …
- 8:20 PM Ticket #4785 ($.get() and $.post() ignore `type` when not passing `data`) created by
- The
$.get()
and$.post()
functions ignore thetype
parameter if … - 5:38 PM Ticket #4784 (Tutorial page has "nowiki" in HTML example) created by
- On this tutorial page: …
- 9:55 AM Ticket #4783 (autocomplete plugin extraparams function din't take key) created by
- extraParams[key] = typeof param == "function" ? param() : param; …
- 9:16 AM Ticket #4782 (event hover doesn't work in some cases) created by
- hi : first of all , i want to say this is a great js framework. ( i …
Jun 17, 2009:
- 7:44 PM Ticket #4781 (new validate method) created by
- please consider this as a replacement for the dateISO validation. The …
- 6:44 PM Ticket #2827 ($.each Treats Functions as Arrays) reopened by
- Reopening this, as it still exists and IMO is indeed a valid bug. In …
- 3:27 PM Ticket #4780 (Cross browser abstraction of binding click event to option element) created by
- Currently it is possible to bind too a click event of a specific …
- 12:17 PM Ticket #4779 (ClearType issue with fadeIn() and fadeOut() in IE only) created by
- When using either fadeIn() or fadeOut() in IE7 (not sure if this …
- 12:06 PM Ticket #4778 (Adding a change event on a hidden field) created by
- Hi, I would like to be able to trigger a function when the value of a …
- 11:30 AM Ticket #4777 (ajaxStop and ajaxStart not working) created by
- When using jsonp, jQuery.active is decremented twice due to the checks …
- 8:33 AM Ticket #4776 ([Treeview] & in the text property gets converted to &) created by
- I'm using the jquery treeview with the async treeview extension. My …
- 6:17 AM Ticket #4775 (Problem in JQuery_intellisense at VS-08) created by
- Hey people I have a bug in Jquert intellisense When I add the …
- 4:55 AM Ticket #4774 (Unknown pseudo-class or pseudo-element 'selected') created by
- Every time a selector try to select the selected items in <select>, it …
- 3:50 AM Ticket #4773 (":has" sometimes can not find the right elements) created by
- <script …
- 12:09 AM Ticket #4772 (CSS get width property) created by
- Currently when width has not been explicitly set in the CSS, jQuery …
Jun 16, 2009:
- 10:32 PM Ticket #3533 (Triggering custom event with : in name on table in IE 6/7/8 gives error.) closed by
- fixed: fixed in r6399
- 10:31 PM Changeset [ee34b69]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 6:33 PM Ticket #4164 (IE doesn't get an event.which property when fixing click events) closed by
- invalid: Unfortunately the event.button property is not set for click events. …
- 5:06 PM Ticket #4752 (Mousewheel events support) closed by
- duplicate: Duplicate of #4402
- 5:02 PM Ticket #3675 (reset event) closed by
- wontfix: jQuery does not have shortcuts for all event types, just the most …
- 2:53 AM Ticket #4771 (validate - Error Labels not valishing in validator.resetForm()) created by
- Hi. validator.resetForm() removing all error messages but labels …
Jun 15, 2009:
- 9:30 PM Ticket #4751 (Post array data to server) closed by
- invalid: This is not a bug report. Please ask for help on a jQuery or PHP forum.
- 9:27 PM Ticket #4747 (unicode garbage) closed by
- worksforme: I don't see it in the copies I have. What editor are you using? Where …
- 9:24 PM Ticket #4744 (:even and :odd pseudoselectors work opposite the way one would expect) closed by
- invalid: Even if it's the opposite of what you might expect, it's been …
- 9:11 PM Ticket #4754 (jQuery 1.2.6 reports wrong browser version.) closed by
- duplicate: Duplicate of #2661.
- 9:06 PM Ticket #4758 (Dialog title size) closed by
- invalid
- 9:02 PM Ticket #4762 (Content added to page with append() is not parsed by jquery functions ...) closed by
- invalid: Please, if you need to debug some code that's not working as you …
- 8:51 PM Ticket #4763 (keydown, keyup events on select element don't fire in FF3 linux) closed by
- invalid
- 4:37 PM Ticket #3675 (reset event) reopened by
- the bind function in jquery 1.3.2 works if you bind a 'reset' event, …
- 3:56 PM Ticket #4770 (JQuery extend does not copy date objects) created by
- JQuery.extend does not copy Date Objects correctly. ex. var newObj = …
- 2:02 PM Ticket #4769 (sorting of a table only does descending when the widgets: ['zebra'] is ...) created by
- I added the tablesorter to custom.js and ran the starterkit.html. …
- 11:09 AM Ticket #4768 (The API Reference package is out of date) created by
- Hi, The API Reference package (aka jquery-api-browser.zip), …
- 10:37 AM Ticket #4767 ($.get and $.post don't shift type) created by
- jQuery.get and jQuery.post methods allow to omit the data parameter. …
- 9:40 AM Changeset [739644d]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 9:36 AM Ticket #4764 (Better Last-Modified support and added Etag support) closed by
- fixed: Great patch! Landed in SVN rev [6388].
- 9:36 AM Changeset [28ab4d3]1.12-stable2.2-stablekillphp by
- src/ajax.js
- test/data/etag.php
- test/data/if_modified_since.php
- test/unit/ajax.js
- 9:05 AM Ticket #4766 (input:hidden bug (?)) created by
- jQuery("input:hidden") fails if input has these css properties …
- 5:39 AM Ticket #4765 (Ajax/Load, "expected ';' " Bug with internet explorer 6 / 7) created by
- I was making an Ajax function to load html from another page within my …
- 3:25 AM Ticket #4764 (Better Last-Modified support and added Etag support) created by
- The Last-Modified code in ajax.js contains a few bugs. This patch …
Jun 14, 2009:
- 9:48 PM Ticket #4763 (keydown, keyup events on select element don't fire in FF3 linux) created by
- Binding keydown or keyup event to a select element has not effect on …
- 7:07 PM Ticket #4762 (Content added to page with append() is not parsed by jquery functions ...) created by
- Before you say "use live()", please realize that this isn't just about …
- 3:10 AM Ticket #4761 (hasClass() can't parse classes with newlines.) created by
- hasClass() doesn't properly parse classes with newlines. Here's a …
Jun 13, 2009:
- 4:25 PM Ticket #4760 (IE Raises error on page load/close in jquery) created by
- IE 6 and 8 raise an error on page load/close in jquery (I could not …
Jun 12, 2009:
- 5:07 PM Ticket #4759 (Selector ".cssDspJobBody~ .cssDspJobBody" doesn't work when it should. ...) created by
- Selector ".cssDspJobBody~ .cssDspJobBody" doesn't work when it should. …
- 4:33 PM Ticket #4758 (Dialog title size) created by
- I want to create a dialog without a title bar (for a context menu). …
- 3:09 PM Ticket #4757 (type missmatch in opera) created by
- Event thread: click Error: name: TypeError message: Statement on line …
- 12:39 PM Ticket #4756 ($.ajax() needs a field for opaque data) created by
- It would be extremely useful when one could attach a context pointer …
- 11:27 AM Ticket #4755 (Unable to match HTML nodes with $(n1).find("*").is(n2)) created by
- Problem: var e2 = [e1 is a child of e2 but could also be e2]; …
- 9:45 AM Ticket #4754 (jQuery 1.2.6 reports wrong browser version.) created by
- In jquery-1.2.6.js, it tries to extract the browser version from …
- 8:28 AM Ticket #4753 (toggle in IE8) created by
- The following code work in IE6+ IE7 and Firefox, but won't work in IE8 …
- 6:58 AM Ticket #4752 (Mousewheel events support) created by
- Could you please add 'native' support for mouse wheel events? A …
- 3:12 AM Ticket #4751 (Post array data to server) created by
- I was trying to send a data in array format with post function. var …
Jun 11, 2009:
- 4:54 PM Ticket #4750 (selector bug) created by
- $('.abc ~ *').remove(); Not working !?!? In this example, nothing is …
- 4:38 PM Ticket #4749 (BR to new line when working with pre elements) created by
- Hi, I need to manipulate with text() taken from pre element... When …
- 3:48 PM Ticket #4748 (selector strangeness) created by
- I'm getting inconsistant results across browsers with the following …
- 6:39 AM Ticket #4747 (unicode garbage) created by
- fyi, I notice a little bit of unicode garbage littering …
- 4:49 AM Ticket #4746 (Wrong encoding for URL when using AJAX load functions in Internet Explorer) created by
- When using the AJAX functions in jQuery (e.g. $.load(), $.get etc.) …
Note: See TracTimeline
for information about the timeline view.