Timeline
Dec 1, 2008:
- 1:19 PM Ticket #3671 (JQuery Clone with autocomplete) created by
- Autocomplete is not working with clone(true) input. I had to …
- 12:33 PM Ticket #3670 (conflict with one jquery library and another) created by
- Hi, I am using the jquery watermark tool and the jquery tooltip. I had …
- 11:03 AM Ticket #1780 (in jQuery 1.2.1 call to .height() Crashes IE 6.0 and IE 7.0 fully) reopened by
- I faced this problem while deploying a website, and it seems to be …
- 9:15 AM Ticket #3669 (IE doesn't support [@href=#]) created by
- I'm trying to make something on all links that have a sharp in their …
Nov 30, 2008:
- 4:42 PM Ticket #3668 (getScript and JSONP fails on about:blank) created by
- I have a bookmarklet which uses jQuery, and when the bookmarklet is …
Nov 29, 2008:
- 9:30 PM Ticket #3667 (Getting "background-position" on Firefox 2.0.0.18 (and olders)) created by
- When I want the Background Position of one element, the correct CSS …
- 1:26 PM Ticket #3666 (Remove dead code from $(fn) shortcut for $(document).ready(fn)) created by
- The code for the $(fn) shortcut is: return jQuery( document )[ …
- 12:57 PM Ticket #3610 (At BugTracker - Error when consulting timeline with year 05 (not an ...) closed by
- invalid
- 12:57 PM Ticket #3606 (Issue with datepicker in asp.net) closed by
- invalid
- 12:56 PM Ticket #3483 (Make jQuery.param an official API method) closed by
- fixed
- 11:43 AM Ticket #3665 (Pass the namespace to $.event.special.foo.setup) created by
- This would allow something like this: […] In this case, we use …
- 12:27 AM Ticket #3664 (returning results with <form> tag in .load function calls double-innerhtml) created by
- The full explanation is here: …
Nov 28, 2008:
- 8:25 PM Ticket #3663 (Document error status strings for $.ajax:error) closed by
- invalid: Ok, thanks for reporting, can you post the problem to …
- 8:14 PM Changeset [615a4ce]1.12-stable2.2-stablekillphp by
- src/core.js
- 8:06 PM Ticket #3663 (Document error status strings for $.ajax:error) created by
- Looking through the source, I see that the "textStatus" parameter of …
- 6:58 PM Ticket #3662 (Add an Event class to jQuery) created by
- While it's possible to pass custom event objects to jQuery.trigger, …
- 4:49 PM Ticket #3659 (Selector selects only 1 element...) closed by
- invalid: A document can't have more than 1 element with the same id, they have …
- 4:43 PM Ticket #3661 (ui/sortable(): dragged element has incorrect position due to body-margin) closed by
- invalid: This belongs to the UI Bug Tracker.
- 2:08 PM Ticket #3661 (ui/sortable(): dragged element has incorrect position due to body-margin) created by
- jquery-ui/sortable() Happens both in IE and Firefox When i start …
- 10:39 AM Ticket #3660 (validate) created by
- Hi, I have just started to study jQuery validation Plug-in i copied …
Nov 27, 2008:
- 11:28 AM Ticket #3659 (Selector selects only 1 element...) created by
- EXAMPLE $("#pc_block").each(function(){ alert("im not always …
- 10:17 AM Ticket #3658 (scrolltop scrolls FROM top in opera on fedora) closed by
- invalid: That's not the correct way of doing that. Try using …
- 9:20 AM Ticket #3658 (scrolltop scrolls FROM top in opera on fedora) created by
- $('html,body').scrollTop(trgoffset); or animate with that kind of …
- 9:01 AM Ticket #3651 (Hi guys,) closed by
- invalid: This is not the place for requests like this. You can ask at the …
- 8:55 AM Ticket #3655 (bugs in ie6) closed by
- invalid
- 8:53 AM Ticket #3656 (iframe focus differs in browsers) closed by
- invalid: I think this is too specific to deserve a special hack in the core. …
- 8:50 AM Ticket #3657 (New feature: selfOrParents traversal function) closed by
- invalid: If I'm not wrong, that can be achieved with: […] That seems to me …
- 8:43 AM Ticket #3657 (New feature: selfOrParents traversal function) created by
- I find it handy to be able to traverse using parents, but include the …
- 8:23 AM Ticket #3656 (iframe focus differs in browsers) created by
- Problem can be seen when working on linux. Firefox for linux seems to …
- 2:17 AM Ticket #3655 (bugs in ie6) created by
- my english is pool http://house2me.cn/UM/Content/House/Rent/Add.htm …
Nov 26, 2008:
- 9:54 PM Ticket #3654 ([autocomplete] implemented parse: option is not documented) created by
- the autocomplete plugin accepts a parse: function() option to allow …
- 9:50 PM Ticket #3653 ([autocomplete] documented moreItems feature is not implemented) created by
- The documentation at …
- 4:24 PM Ticket #3652 ($.ajaxSend parameters nulled) created by
- $.ajaxSend and other ajaxEvents has no possibility to check parameters …
- 1:17 PM Ticket #2614 (IE implementation of DOMContentLoaded failing when no assets) reopened by
- This fix is not correct. As reported in …
- 12:11 PM Ticket #3651 (Hi guys,) created by
- I'm not sure if I'm posting to the right location, but couldn't figure …
- 8:36 AM Ticket #3650 (animate function - weird behaviour with IE6/7) closed by
- invalid: That's a matter of css. Different browser have different whims when it …
Nov 25, 2008:
- 6:37 PM Ticket #3650 (animate function - weird behaviour with IE6/7) created by
- Hi all, I'm working on a slideshow/carousel: …
- 6:32 PM Ticket #3642 (reliance on .innerHTML breaks jquery in Firefox 3 when used with XHTML) closed by
- invalid: Ok, thanks for the explanation. Will close it then.
- 2:16 PM Ticket #3195 ([validate] Error in Swedish localization) closed by
- fixed
- 6:50 AM Ticket #3629 (Panel not sliding out for Tabs) closed by
- invalid: This belongs to the UI Bug Tracker.
- 6:46 AM Ticket #3649 (Can't set tabindex using attr() in IE - patch supplied) created by
- IE only allows the tabindex to be set with the tabIndex property, so …
- 6:45 AM Ticket #3631 (ui.sortable.js: re Ticket #3402 - new ui.cancel() method) closed by
- invalid: This belongs to the UI Bug Tracker.
- 6:44 AM Ticket #3632 (appendTo failes on second call with two targets) closed by
- invalid: I doubt that more than one div would get a span. You're reinserting …
- 6:42 AM Ticket #3633 (nth-child unexpectedly counts a div as a child.) closed by
- invalid: Divs cannot be children of ol/ul's. Only li's. That's invalid HTML.
- 6:40 AM Ticket #3634 (Supporting Jalali Calendar (Hijiri Date)) closed by
- invalid: This belongs to the UI Bug Tracker.
- 6:32 AM Ticket #3638 (Improve toggleClass) closed by
- duplicate: Duplicate of #1681.
- 6:30 AM Ticket #3648 (clone(true) disabling other links on page.) created by
- Hi I tried cloning an <li> element using the clone(true) to clone the …
- 6:24 AM Ticket #3643 (Opening a Modal Dialog Box displays a horizontal scroll bar) closed by
- invalid: This belongs to the UI Bug Tracker.
- 6:24 AM Ticket #3644 (jQuery problem on Internet Explorer) closed by
- invalid: This is not the place for help requests, only to report bugs or …
- 6:18 AM Ticket #3647 (conflict with timepickr plugin and Array.prototype.remove()) closed by
- invalid: Bugs to this plugin are not handled on this Trac. Please contact the …
- 6:01 AM Ticket #3647 (conflict with timepickr plugin and Array.prototype.remove()) created by
- Using the timepickr plugin …
Nov 24, 2008:
- 10:44 PM Ticket #3646 (animate() with empty params object == nothing) created by
- Calling animate as such: myJQueryObject.animate({}, 2000); Freezes …
- 9:43 PM Ticket #3645 (Documentation Error) created by
- Events/hover documentation page Second example causes error should …
- 12:58 PM Ticket #3644 (jQuery problem on Internet Explorer) created by
- hi, ive been working in a site, but is not working with internet …
- 12:13 PM Ticket #3643 (Opening a Modal Dialog Box displays a horizontal scroll bar) created by
- I am using IE browser 7 and the page i have only contains a horizontal …
- 10:43 AM Ticket #3642 (reliance on .innerHTML breaks jquery in Firefox 3 when used with XHTML) created by
- Details on this behavior can be found on the web, for example at …
- 5:23 AM Ticket #3641 (Merge function does not work correctly with 0/false values with same ...) created by
- Premature merge process finalization is occurred when 0/false values …
- 4:54 AM Ticket #3640 ([tooltip] Tooltips are removed when used together with [treeview] Ajax) created by
- I'm using Plugin Async Treeview and try to add a Tooltip on async …
Note: See TracTimeline
for information about the timeline view.