Timeline
Sep 14, 2008:
- 12:40 PM Ticket #3369 ([autocomplete] 'mustMatch' option as function) created by
- May I suggest that the 'mustMatch' option can be a function, and if it …
Sep 12, 2008:
- 3:55 PM Ticket #3368 (event.metaKey should be assigned to event.ctrlKey on Non-Mac only) created by
- at jquery.js | version 1.2.6 | line 2150 code: Add metaKey to …
- 1:17 PM Ticket #3367 (Offset function returns an incorrect value when the concerned element ...) created by
- If you do something like this... var myFrame = …
- 8:49 AM Ticket #3366 (fadeTo() doesn't work in IE) created by
- Using the fadeTo() function yields odd results in Internet Explorer, …
- 1:29 AM Ticket #3365 (active tickets link on 1.2 milestone fails) created by
- clicked on …
- 12:20 AM Ticket #3364 (qunit: Callback for external logger) created by
- A callback from the tester would be handy - I'm still not sure if it …
Sep 11, 2008:
- 10:05 PM Ticket #3363 (Patch to include 3rd argument to callbacks in jQuery.get and ...) created by
- jQuery.load passes the XMLHTTPResponse object as a 3rd argument to the …
- 9:33 PM Ticket #3362 (beforeComplete event for $.ajax) created by
- While the complete handler is useful, it fires *after* error and …
- 8:21 PM Ticket #3361 (qunit: Changes to not require pre-existing DOM elements) created by
- I don't think qunit should require DOM elements to pre-exisiting (i.e. …
- 10:26 AM Ticket #3360 (jQuery UI Dialog creates JS-error in IE) closed by
- invalid: Please repost this to the UI Bug Tracker.
- 10:26 AM Ticket #3359 (Tinymce doesn't work in jQuery.dialog) closed by
- duplicate: Duplicate of #3357
- 10:25 AM Ticket #3358 (Tinymce doesn't work in jQuery.dialog) closed by
- duplicate: Duplicate of #3357
- 10:25 AM Ticket #3357 (Tinymce doesn't work in jQuery.dialog) closed by
- invalid: Please repost this to the UI Bug Tracker. …
- 7:18 AM Ticket #3360 (jQuery UI Dialog creates JS-error in IE) created by
- Whenever I try to create a dialog in IE7 I get a javascript error …
- 4:14 AM Ticket #3359 (Tinymce doesn't work in jQuery.dialog) created by
- A tinymce editor doesn't work if you put it into a jQuery dialog, it …
- 4:13 AM Ticket #3358 (Tinymce doesn't work in jQuery.dialog) created by
- A tinymce editor doesn't work if you put it into a jQuery dialog, it …
- 4:13 AM Ticket #3357 (Tinymce doesn't work in jQuery.dialog) created by
- A tinymce editor doesn't work if you put it into a jQuery dialog, it …
Sep 10, 2008:
- 6:56 PM Ticket #3356 (Validate plugin v 1.4 fails when no metadata is present) created by
- If this is in a form: <input class="required" type="text"/> and the …
- 5:34 PM Ticket #3355 (Add stopImmediatePropagation to event objects) created by
- We got requests in the past, for a way to stop the execution of other …
- 3:51 PM Ticket #2528 (Getting position of hidden element generates error in Firefox) reopened by
- Although it is "not supported", this error should not be provoked by …
- 12:02 PM Ticket #3354 (CSS Selector - pseudo classes) created by
- the :odd selector is returning even elements and vice-versa.
- 11:56 AM Ticket #3353 (CSS Selector - matching property) created by
- Some CSS selectors are not working properly: '~=' works the same way …
- 9:20 AM Ticket #3352 (IE fails creating HTML elements with no trailing slash) created by
- I've noticed that when creating HTML elements with jQuery I usually …
- 6:26 AM Ticket #3351 ([treeview] how can I select item only by double click ?) created by
- Hi, I would like to change the select color of the item only with …
- 5:46 AM Ticket #3350 (Documentation screen layouts are broken) created by
- http://docs.jquery.com/UI/Datepicker/datepicker if you click Options, …
Sep 9, 2008:
- 10:04 PM Ticket #3349 (unable to download .js) created by
- I tried to download and run lateest jquery but was getting error every …
- 9:52 PM Ticket #3348 (additional qunit tests) created by
- Wanted to have a null and not null check in qunit. There is a diff …
- 12:45 PM Ticket #3347 (<object> & <embed> elements returned as functions using a selector) created by
- Using this bit of code: $("#example :not('script')") On this example …
- 12:29 PM Ticket #3346 (empty and remove methods are too aggressive with event removal) created by
- When these methods were modified to remove events, I found that a lot …
- 12:11 PM Ticket #3345 (Offset function off by 2px in IE quirksmode) created by
- This is well-explained in the jQuery comments: IE adds the HTML …
- 10:55 AM Ticket #3344 (wrapAll should probably call clone(true)) created by
- Right now, wrap calls "clone()" instead of "clone(true)". This has …
- 6:07 AM Ticket #3343 (Webkit: .is(':visible') is false for new nodes) created by
- Every other browsers returns true when testing .is(':visible') on …
- 6:03 AM Ticket #3342 (Support POST for cross-domain AJAX requests) created by
- Cross-Domain Ajax POST Patch for jQuery 1.2.5 1. function: …
Sep 8, 2008:
- 8:12 PM Ticket #3341 (Offset of positioned fixed elements buggy in Safari) created by
- In Safari 3.1 the offset is misreported for position:fixed elements …
- 6:03 PM Ticket #3339 (don't work event) closed by
- invalid: The 'change' event doesn't bubble on IE, so you can't listen for this …
- 5:54 PM Ticket #3334 (Unknown error) closed by
- duplicate: Duplicate of #3335.
- 3:10 PM Ticket #3340 ($(window).height() don't work in Opera) created by
- $('div').css({ height: $(window).height() equal to 100% }); …
- 11:34 AM Ticket #3339 (don't work event) created by
- This code does't work in IE6 $('form').bind ( "change", …
- 7:24 AM Ticket #3338 (div is null) created by
- In any way I do not can in what problemma jquery gives out an error in …
- 2:39 AM Ticket #3337 (find('*') is borked in a certain case.) created by
- how to repeat: 1. create a textarea with <object width="464" …
Sep 7, 2008:
- 1:10 PM Ticket #3336 (onsubmit event fails for enter-key submission on webkit browsers) created by
- When using the onsubmit event (via the .submit method or by using …
- 12:45 PM Ticket #3335 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN) created by
- Hellow. My script executes code: $('form').bind( "change", …
- 12:41 PM Ticket #3334 (Unknown error) created by
- Hellow. My script executes code: $('form').bind( "change", …
Note: See TracTimeline
for information about the timeline view.