Date Range Date Picker
Hi all, I am new to this group. I want to use datepicker in below datarange. Today, Yesterday, This week, Last Week, this Month, Last Month, This Year, Last Year and Date Between How to use these all in one date picker? It would be most helpful if anbody give the solution. Thanks in Advance. Gnaniyar Zubair
r2107 - trunk/ui
Author: scott.gonzalez Date: Wed Feb 18 18:49:54 2009 New Revision: 2107 Modified: trunk/ui/ui.resizable.js Log: Resizable: Fixed containment within relative/absolute positioned parent. Fixes #3882 - Left Margin Calculated Incorrectly (Using Containment). Patch provided by Brad Dunbar. Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Wed Feb 18 18:49:54 2009
r2106 - trunk/ui
Author: scott.gonzalez Date: Wed Feb 18 18:35:19 2009 New Revision: 2106 Modified: trunk/ui/ui.dialog.js Log: Dialog: Removed $.ui.dialog.topMostDialog - added for performance improvement, but not needed and could cause problems. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Wed Feb 18 18:35:19 2009 @@ -177,8 +177,7 @@ // position on open moveToTop: function(force,
r2105 - trunk/ui
Author: scott.gonzalez Date: Wed Feb 18 18:20:20 2009 New Revision: 2105 Modified: trunk/ui/ui.dialog.js Log: Dialog: Refactored event delegation to cancel events for modal dialogs. Fixes #2807 - dialogUI + modal mode = slow. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Wed Feb 18 18:20:20 2009 @@ -187,7 +187,7 @@ $.ui.dialog.maxZ = this.options.zIndex;
r2104 - trunk/ui
Author: scott.gonzalez Date: Wed Feb 18 18:07:05 2009 New Revision: 2104 Modified: trunk/ui/ui.dialog.js Log: Dialog: Use event delegation to cancel events for modal dialogs. Fixes #2807 - dialogUI + modal mode = slow. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Wed Feb 18 18:07:05 2009 @@ -524,7 +524,7 @@ // we use a setTimeout in case the overlay is
r2103 - trunk/ui
Author: scott.gonzalez Date: Wed Feb 18 17:49:33 2009 New Revision: 2103 Modified: trunk/ui/ui.dialog.js Log: Dialog: Refactored moveToTop, greatly improving performance for opening dialogs in IE. Partial fix for #2807 - dialog UI + modal mode = slow. Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Wed Feb 18 17:49:33 2009 @@ -177,21 +177,22 @@ // position on open
r2101 - in trunk: tests/unit/tabs themes/base ui
Author: klaus.hartl Date: Wed Feb 18 13:44:34 2009 New Revision: 2101 Added: trunk/tests/unit/tabs/spinner.gif (contents, props changed) trunk/tests/unit/tabs/test.html Modified: trunk/tests/unit/tabs/tabs.html trunk/tests/unit/tabs/tabs_core.js trunk/tests/unit/tabs/tabs_defaults.js trunk/themes/base/ui.tabs.css trunk/ui/ui.tabs.js Log: Tabs: solved spinner issues and ajax loading not being stopped when selecting a static page tab, fixes #4109, #3929 Added: trunk/tests/unit/tabs/spinner.gif ==============================================================================
r2102 - trunk/themes/base
Author: klaus.hartl Date: Wed Feb 18 13:46:27 2009 New Revision: 2102 Modified: trunk/themes/base/ui.tabs.css Log: Tabs: fixed incorrect cursor for disabled tabs Modified: trunk/themes/base/ui.tabs.css ============================================================================== --- trunk/themes/base/ui.tabs.css (original) +++ trunk/themes/base/ui.tabs.css Wed Feb 18 13:46:27 2009 @@ -5,7 +5,7 @@ .ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important;
Watermark widget
Hi, I've created a new wiki page for a watermark widget: https://jqueryui.pbwiki.com/Watermark So far I've added a detailed description and a study of the available plugins. As I've wrote there: Due to the functionality of the plugin being rather trivial, there is a long list of available plugins: [...] A jQuery UI watermark component should be able to replace all these, making the choice of implementation way easier then it is now. In addition to covering the various edge-cases like password fields,
r2099 - in trunk: tests/static/slider tests/visual/slider themes/base
Author: scottjehl Date: Wed Feb 18 09:13:37 2009 New Revision: 2099 Removed: trunk/tests/static/slider/slider_horizontal_range_collision.html trunk/tests/static/slider/slider_vertical_range_collision.html trunk/tests/visual/slider/slider_horizontal_range_collision.html trunk/tests/visual/slider/slider_vertical_range_collision.html Modified: trunk/themes/base/ui.slider.css Log: reverted my slider collision changes - will submit as a patch Modified: trunk/themes/base/ui.slider.css ==============================================================================
r2100 - trunk/demos/effect_methods
Author: scott.gonzalez Date: Wed Feb 18 10:12:08 2009 New Revision: 2100 Added: trunk/demos/effect_methods/switch-class.html trunk/demos/effect_methods/toggle-class.html Log: Demos for switchClass and toggleClass. Added: trunk/demos/effect_methods/switch-class.html ============================================================================== --- (empty file) +++ trunk/demos/effect_methods/switch-class.html Wed Feb 18 10:12:08 2009 @@ -0,0 +1,53 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery
Introducing a new hand, a new Colour Picker and other works
Hello, I'd like to introduced myself, although I've been knocking around the jQuery mailing lists for a while. I'm a full-time Javascript developer for Adaptavist.com, we support and produce plugins for the Confluence wiki, amongst other things. We are currently looking to overhaul the Javascript in our products, using jQuery, and jQuery-UI. I like the look of the work being done on UI and the CSS framework and hope to work with you all on improvements and implementations of new widgets. One of the
r2097 - trunk/themes/base
Author: rdworth Date: Wed Feb 18 08:04:40 2009 New Revision: 2097 Modified: trunk/themes/base/ui.slider.css Log: reverted r2094 as it broke ranges (again) Modified: trunk/themes/base/ui.slider.css ============================================================================== --- trunk/themes/base/ui.slider.css (original) +++ trunk/themes/base/ui.slider.css Wed Feb 18 08:04:40 2009 @@ -8,7 +8,7 @@ .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } .ui-slider-horizontal-collision
r2098 - trunk/tests/visual/slider
Author: scottjehl Date: Wed Feb 18 08:06:43 2009 New Revision: 2098 Added: trunk/tests/visual/slider/slider_horizontal_range_collision.html (contents, props changed) trunk/tests/visual/slider/slider_vertical_range_collision.html (contents, props changed) Log: a couple tests to demonstrate how handles can potentially split a value Added: trunk/tests/visual/slider/slider_horizontal_range_collision.html ============================================================================== --- (empty file) +++
r2093 - trunk/demos/sortable
Author: rdworth Date: Wed Feb 18 06:40:25 2009 New Revision: 2093 Modified: trunk/demos/sortable/delay-start.html Log: sortable demos: added zoom: 1 for IE6 Modified: trunk/demos/sortable/delay-start.html ============================================================================== --- trunk/demos/sortable/delay-start.html (original) +++ trunk/demos/sortable/delay-start.html Wed Feb 18 06:40:25 2009 @@ -8,7 +8,7 @@ <script type="text/javascript" src="../../ui/ui.sortable.js"></script>
r2096 - trunk/tests/static/slider
Author: scottjehl Date: Wed Feb 18 07:13:35 2009 New Revision: 2096 Modified: trunk/tests/static/slider/slider_horizontal_range_collision.html (props changed) trunk/tests/static/slider/slider_vertical_range_collision.html (props changed) Log: mime type, eol
r2095 - in trunk: tests/static/slider themes/base
Author: scottjehl Date: Wed Feb 18 07:09:31 2009 New Revision: 2095 Added: trunk/tests/static/slider/slider_horizontal_range_collision.html trunk/tests/static/slider/slider_vertical_range_collision.html Modified: trunk/themes/base/ui.slider.css Log: Added a static demo and CSS solution for the common problem that occurs when slider handles collide on the same value. This will fix bug #3467 Added: trunk/tests/static/slider/slider_horizontal_range_collision.html ==============================================================================
r2092 - trunk/demos/progressbar
Author: rdworth Date: Wed Feb 18 06:16:27 2009 New Revision: 2092 Modified: trunk/demos/progressbar/animated.html Log: progressbar demos: missing '}' Modified: trunk/demos/progressbar/animated.html ============================================================================== --- trunk/demos/progressbar/animated.html (original) +++ trunk/demos/progressbar/animated.html Wed Feb 18 06:16:27 2009 @@ -8,7 +8,7 @@ <script type="text/javascript" src="../../ui/ui.progressbar.js"></script> <link
r2094 - trunk/themes/base
Author: rdworth Date: Wed Feb 18 06:47:15 2009 New Revision: 2094 Modified: trunk/themes/base/ui.slider.css Log: fixed range sliders in IE6 again Modified: trunk/themes/base/ui.slider.css ============================================================================== --- trunk/themes/base/ui.slider.css (original) +++ trunk/themes/base/ui.slider.css Wed Feb 18 06:47:15 2009 @@ -6,12 +6,12 @@ .ui-slider-horizontal { height: .8em; } .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left:
r2091 - in trunk: tests/unit/slider ui
Author: scott.gonzalez Date: Tue Feb 17 19:00:03 2009 New Revision: 2091 Modified: trunk/tests/unit/slider/slider_defaults.js trunk/ui/ui.slider.js Log: Slider: Removed support for auto orientation, set default to horizontal. Fixed #4174. Modified: trunk/tests/unit/slider/slider_defaults.js ============================================================================== --- trunk/tests/unit/slider/slider_defaults.js (original) +++ trunk/tests/unit/slider/slider_defaults.js Tue Feb 17 19:00:03
Need demo help for effects
Hi all - In the /trunk/demos/demo_methods/ folder there are demos for each effect method. We've built simple demos for effect, hide, show, toggle but we didn't have any luck getting the color or class transitions to work at all. Paul - since you're closest to these scripts, could you look into creating simple demos for each in this folder? We'd be happy to clean up the styles once you have these working. Here is the complete list: Color Transitions * Animate Class Transitions * addClass * removeClass
r2090 - trunk/demos/effect_methods
Author: fg.todd Date: Tue Feb 17 14:03:15 2009 New Revision: 2090 Modified: trunk/demos/effect_methods/animate.html trunk/demos/effect_methods/effect.html trunk/demos/effect_methods/hide.html trunk/demos/effect_methods/show.html trunk/demos/effect_methods/toggle.html Log: Fixed the description text and tweaked button position so it fits inside the demo block without scrolling. Modified: trunk/demos/effect_methods/animate.html ==============================================================================
IE 8 resize event madness
An update here: http://dev.jquery.com/ticket/4097 This is the same problem that the ExtJS guys were running across recently. A reflow caused a resize which caused a reflow, etc. Supposed it's been fixed post-RC1. --John
.outerHeight() never-ending loop in IE8
Hey Guys - This bug was sent our way: http://dev.jquery.com/ticket/4097 But I was unable to duplicate it in IE8 RC1: http://dev.jquery.com/~john/ticket/4097/ Maybe it's something with my test case? Any input would be appreciated. --John
r2089 - trunk/ui
Author: paul.bakaus Date: Tue Feb 17 05:01:19 2009 New Revision: 2089 Modified: trunk/ui/ui.slider.js Log: slider: limit the returned floats to 5 digits after the decimal point, corrects JS float errors (fixes #4124 - Value should always be constrained to valid step values) Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Tue Feb 17 05:01:19 2009 @@ -287,7 +287,9 @@ if
'em' issue in Internet Explorer within Slider
Hey everyone, see ticket: <a href="http://dev.jqueryui.com/ticket/4063">http://dev.jqueryui.com/ticket/4063</a> We need to find a way to either a) remove the margin from the slider entirely b) use absolute 'px' values in the CSS c) find a way to convert the 'em' value to 'px' Anyone?<br clear="all"> -- Paul Bakaus UI Architect -- <a href="http://paulbakaus.com">http://paulbakaus.com</a> <a href="http://www.linkedin.com/in/paulbakaus">http://www.linkedin.com/in/paulbakaus</a>
slider orientation default seems incorrect more often than not...
When someone has time, could you explain the logic behind how the slider decides which orientation to use? I've had to fix our select-to-slider wrapper plugin to always set 'horizontal' as a default because it would flip to vertical even when there was plenty of room for a horizontal slider (~400px width). At a glance, it seems maybe the logic should be... if the number of slider values on the scale is greater than the pixel width, set to vertical. otherwise, set to horizontal. Otherwise, it seems
1.7 - release status
Reminder: The release goals and current status of the release can always be found on the front page of the Development and Planning wiki: <a href="http://wiki.jqueryui.com/">http://wiki.jqueryui.com/</a> Thanks for everyone that has helped with the 1.7 release up to this point. We've made some really fine progress since the last release candidate. We're now down to 1 code blocker Sortable <a href="http://dev.jqueryui.com/ticket/4095">http://dev.jqueryui.com/ticket/4095</a> If you feel any of the
r2088 - trunk/ui
Author: paul.bakaus Date: Tue Feb 17 04:21:42 2009 New Revision: 2088 Modified: trunk/ui/ui.slider.js Log: slider: - fixed propagation of change event within _slide (fixes #4005 - slider and change callback with range: true) - normalized all ui hash information Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Tue Feb 17 04:21:42 2009 @@ -101,7 +101,7 @@ if
r2087 - trunk/ui
Author: paul.bakaus Date: Tue Feb 17 03:13:30 2009 New Revision: 2087 Modified: trunk/ui/ui.slider.js Log: slider: animate option was ignored if only one handle (fixes #4167 slider:animation for single handles broken) Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Tue Feb 17 03:13:30 2009 @@ -317,7 +317,7 @@ }); var otherVal = this.values(index
r2086 - trunk/ui
Author: scott.gonzalez Date: Mon Feb 16 17:39:25 2009 New Revision: 2086 Modified: trunk/ui/ui.slider.js Log: Slider: Fixed divide by zero error when min and max are the same. Fixed #4155 - IE6 error by min==max. Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Mon Feb 16 17:39:25 2009 @@ -466,7 +466,12 @@ lastValPercent = valPercent; }); }
r2085 - trunk/ui
Author: scott.gonzalez Date: Mon Feb 16 17:20:50 2009 New Revision: 2085 Modified: trunk/ui/effects.transfer.js Log: Cleaned up transfer effect. Despite the huge diff, I didn't change any logic and barely changed any actual code. Modified: trunk/ui/effects.transfer.js ============================================================================== --- trunk/ui/effects.transfer.js (original) +++ trunk/ui/effects.transfer.js Mon Feb 16 17:20:50 2009 @@ -13,47 +13,33 @@ (function($) { $.effects.transfer
r2084 - trunk/ui
Author: scott.gonzalez Date: Mon Feb 16 17:07:30 2009 New Revision: 2084 Modified: trunk/ui/effects.transfer.js Log: Transfer effect: Use innerWidth/Height instead of outerWidth/Height and then subtracting border. Fixed #4153 - Transfer throws 'Invalid Argument' in IE7 without CSS border property. Modified: trunk/ui/effects.transfer.js ============================================================================== --- trunk/ui/effects.transfer.js (original) +++ trunk/ui/effects.transfer.js Mon
switchClass doesn't work in Safari status
Maybe I misunderstand the way things are categorized in the Trac, but it seems like this one ought to be upgraded to "critical" or a blocker for 1.7 final: http://dev.jqueryui.com/ticket/3112 I posted a comment on the bug about it, but wanted to make sure it doesn't slip through the cracks. (Yep, it's the personal pet bug that got in my way today :). ) Donald
State for loading items
Hi, do we have agreed on a state name for loading things? I tend to see that as a state, just as "ui-state-hover" for instance. I need to use it in Tabs and was wondering if we need to unify things here... if not I'll use "ui-state-loading" as long as there aren't any objections. --Klaus
r2083 - trunk/ui
Author: eduardolundgren Date: Sun Feb 15 06:51:59 2009 New Revision: 2083 Modified: trunk/ui/ui.resizable.js Log: Resizable: Fixed #4147 - Little jump when a resizable is about to reach the coordinate 0 (in x- or y-axis) Modified: trunk/ui/ui.resizable.js ============================================================================== --- trunk/ui/ui.resizable.js (original) +++ trunk/ui/ui.resizable.js Sun Feb 15 06:51:59 2009 @@ -325,10 +325,10 @@ _updateCache: function(data) { var
Bug in resizable
_updateCache: function(data) { var o = this.options; this.offset = this.helper.offset(); if (data.left) this.position.left = data.left; if (data.top) this.position.top = data.top; if (data.height) this.size.height = data.height; if (data.width) this.size.width = data.width; }, should be: _updateCache: function(data) { var o = this.options; this.offset = this.helper.offset(); if (data.left !== undefined ) this.position.left
#3743 Accordion: Specifications needed
See http://dev.jqueryui.com/ticket/3743 I just updated the Sepcifications on http://jqueryui.pbwiki.com/Accordion As far as I can tell, its complete now. Not sure if there is more that should be covered, if so, please reopen the ticket. Jörn
Click is fired when dragging completes
Hi I think this[1] isn't fixed in 1.6rc6, although it's marked as being fixed in 1.6rc2. Cheers Paul [1] http://dev.jqueryui.com/ticket/3177
problem with iframes in ie
i cant seem to initialize accordion() element in child iframe although i can find it using: $('#fmenu').contents().find('#menu') in ff it works graet...
Next Page