Timeline
07/12/09:
- 21:08 Changeset [35951021545a3ae88018fc5ea3bebd1bc7d09c6a] by
-
- src/manipulation.js
- test/unit/manipulation.js
- 20:19 Changeset [7d7a960035b7431887581c9cef09eaaef28e3d27] by
-
- src/attributes.js
- src/manipulation.js
- test/unit/manipulation.js
- 18:31 Changeset [e8eff25f3b6d9a0c03f6581089406cebcc86aa34] by
-
- src/css.js
- test/unit/css.js
- 17:16 Ticket #4890 (Facebox + AutoComplete) created by
- I am trying to use autocomplete plugin for a text field that is displayed …
- 15:46 Ticket #4889 ("isReady" never gets set in FF3.5 if jQuery loaded after domready) created by
- I've got a test script to show this behavior here: …
- 15:14 Changeset [d857315967a1cc07b73924bbdf2eb12f4f910c45] by
-
- src/data.js
- test/unit/data.js
- 14:31 Changeset [89b4bc53ca0ca3d4e5c80b94ce92b09cc34af8ef] by
-
- src/data.js
- test/unit/data.js
- 07:42 Ticket #4888 (datePicker : yearRange issue.) created by
- I noticed that the "yearRange" option did not allow all mixes of variable …
- 05:11 Ticket #4887 (DOMSubtreeModified triggers twice when using jQuery.fn.html()) created by
- This bug is something I noticed today while playing with the …
07/11/09:
- 19:23 Ticket #4886 (Allow selective .die()) created by
- If you bind multiple events to a child element (e.g. "p span") then use …
- 15:23 Changeset [5b84c7c45c8c3c5e7c9a17239cd658b0c87ab892] by
-
- src/manipulation.js
- 14:50 Changeset [0c4418bbc4022ed5cb746af364ff1c0d7c331209] by
-
- src/manipulation.js
- 14:04 Ticket #4885 (.value('hello') fails when .attr('value', 'hello') works...) closed by
- invalid: I think you mean .val().
- 14:00 Ticket #4885 (.value('hello') fails when .attr('value', 'hello') works...) created by
- When I use .value (after apending to the DOM) then I get the error: …
- 13:58 Ticket #4884 (Regression in .attr()) closed by
- fixed: Fixed in SVN rev [6419], patch by David Flanagan.
- 13:57 Changeset [2a268f5f4b5b1d870d5af580de4c768e0121e5b5] by
-
- src/attributes.js
- test/unit/attributes.js
- 13:56 Ticket #4884 (Regression in .attr()) created by
- .attr({ name: function(){} }) doesn't work anymore in the nightlies. See: …
- 13:49 Ticket #4883 (Cache Common HTML Strings) closed by
- fixed: Fixed in SVN rev [6418].
- 13:49 Changeset [8db967e9d52407c8e76d81b9d472800667f6fa29] by
-
- src/manipulation.js
- 13:49 Ticket #4883 (Cache Common HTML Strings) created by
- The simple case where a plain string is passed to domManip (with the …
- 13:45 Ticket #4882 (jQuery(Element) calls jQuery() twice) closed by
- fixed: Fixed in SVN rev [6417].
- 13:45 Ticket #4882 (jQuery(Element) calls jQuery() twice) created by
- It should only happen once.
- 13:44 Changeset [fd2a2fed84b6c32e24a050356a8f422310bae927] by
-
- src/core.js
- 03:00 Ticket #4881 (Form elements removed from the object after applying $(...) to it) created by
- After getting form through f = $('#someform'), or e.g, […] its elements …
07/10/09:
- 20:36 Ticket #4880 (Animate() skipping the animation) created by
- When an element is absolutely positioned and the value of left is …
- 15:22 Ticket #4875 (prevAll() not including current element) closed by
- invalid: Just do this: $('div …
- 13:52 Ticket #4879 (multiple file upload example not working with ie7Not) created by
- Hello, I just started learning the jquery from turorials and examples & …
- 10:56 Ticket #4878 (val() tries to set multiple values on single select lists) created by
- jQuery.fn.val(value) will select every matching option in a select list, …
- 09:53 Ticket #4877 (Drag and Drop feature is not Working) created by
- I want to move Div Tag using jQuery... I have Downloaded jquery-drag.js , …
- 02:22 Ticket #4876 (various documentation bugs) created by
- The Selectors page does not document ~= and |= for attributes The not() …
- 01:16 Ticket #4875 (prevAll() not including current element) created by
- Hi. I came into a problem where .prevAll() required use of current …
07/09/09:
- 18:05 Ticket #4874 (serializeArray ignores input[type=image|submit]) created by
- This code looks like it's purposefully ignoring type="submit|image". Is …
- 15:19 Ticket #4873 (Empty Anchor Attribute Selector) created by
- See also tickets #3933 and #3990. Ticket #3990 which attempts to select …
- 13:09 Ticket #4872 (Animate function and flash move in Firefox) created by
- While animating an element by setting new width or height which contains a …
- 08:42 Ticket #4871 (:last selector problem) created by
- I have a couple of sets of nested lists, when using the :last selector to …
07/08/09:
- 20:25 Ticket #4870 (Bug Tracker: make line numbers non-selectable in code attachment preview) created by
- add the following css: table.code th { user-select: none; …
- 20:02 Ticket #4869 (ie & Firefox: setting a div's width to its own current width will cause ...) created by
- 1. Create a div that is floated left (or has some other css attribute that …
- 07:40 Ticket #4868 (Can't get element value by id) created by
- I can't get element value by id if id value contains "[number]". Lets say …
- 01:04 Ticket #4867 (binding "click" event to html()'ed content element causes spurious events) created by
- A self-contained minimized test case of the problem can be found here: …
07/07/09:
- 19:17 Ticket #4866 ([autocomplete] Doesn't Trigger change Event) created by
- When user selects a value in the select list using the mouse, a change …
- 18:09 Ticket #4865 (JQuery 1.3.2 breaks modal plugins in Firefox Toolbar extensions) created by
- I get errors such as HS, or H, or L is undefined whenever I try to use …
- 15:29 Ticket #4864 (Contradiction in the docs) created by
- The documentation for css(name) in http://docs.jquery.com/CSS/css states, …
- 14:09 Ticket #4863 (:contains doesn't work with class selectors in IE) created by
- Consider the following line of markup: <a class='location' …
- 11:31 Ticket #4862 (Regarding too much recursion Issue.) created by
- Sir., we are combinely using jquery plugins such as jstree, jsTabs, …
- 09:45 Ticket #4861 (Regarding too much recursion Issue.) created by
- Sir., we are combinely using jquery plugins such as jstree, jsTabs, …
- 09:04 Ticket #4860 (slideToggle not working with height: auto and all floating elements) created by
- Hi, If you apply a slideToggle() effect on an element which height is …
- 07:08 Ticket #4859 (event.keydown) created by
- firefox 3.5 Keydown events can not be used charCode properties, the value …
- 05:41 Ticket #4858 (Access control behaves differently with custom headers set - and jQ sets a ...) created by
- According to the specs for Access-Control, using a 'POST' to a …
07/06/09:
- 17:59 Ticket #4857 (QUnit: Enable auto-reloading of the testsuite) created by
- It is very reasonable to auto-reload the testsuite every n seconds (for …
- 17:26 Ticket #4856 (Move the QUnit red/green badge to the side) created by
- That way it would be much better visible when you have lots of text and …
- 11:09 Ticket #4855 (Wrong script encoding in IE6/7) created by
- Ajax.js, line 255 script.src = s.url; if (s.scriptCharset) …
07/05/09:
- 14:12 Ticket #4854 (Selector which select more than needed) created by
- Hello, There is a selector called "find". I'm using this selector with …
- 06:38 Ticket #4853 (jquery.treeview.async.js doesn't lazy load json data when ...) created by
- when settings.unique=true,it will collapse siblings and call their toggle …
Note: See TracTimeline
for information about the timeline view.
