My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 7 days

  • Nov 18, 2009
    issue 20 (ui-timepickr displays offscreen for field near the right bor...) commented on by thredden   -   I have this same problem, but don't see it as to being similar to #19. I understand this issue to be if you have an input box at the far right of the screen, and when the timepickr helper opens up, you then have to scroll the browser to the right to use it. Wheras the other issue has to do with just a misplacement of the timepickr helper because of floats and such. anyway, is there a way to make the helper pop up within the confines of the current width of the browser or web page? (like having the edge of the helper but up to the vertical scroll bar, therefor eliminating the need to scroll horizontally?
    I have this same problem, but don't see it as to being similar to #19. I understand this issue to be if you have an input box at the far right of the screen, and when the timepickr helper opens up, you then have to scroll the browser to the right to use it. Wheras the other issue has to do with just a misplacement of the timepickr helper because of floats and such. anyway, is there a way to make the helper pop up within the confines of the current width of the browser or web page? (like having the edge of the helper but up to the vertical scroll bar, therefor eliminating the need to scroll horizontally?

Last 30 days

  • Nov 16, 2009
    issue 40 (Showing seconds in timepickr) reported by leekweehui   -   What steps will reproduce the problem? 1. enable seconds in option by adding "seconds: true" and "format24: '{h:02.d}:{m:02.d}:{s:02.d}'" 2. select any time let say 12:00:00 3. output: 12:00:NAN What is the expected output? What do you see instead? 12:00:00 What version of the product are you using? On what operating system? 0.7.a in IE8, Window Vista Business. Please provide any additional information below. ui.timepickr.js line 2361 Time.prototype.getTime = function() { return $.format(this.f, {h: this.h, m: this.m, s: this.s, z: this.z}); }; Adding s: this.s solved the problem. Thanks for your work.
    What steps will reproduce the problem? 1. enable seconds in option by adding "seconds: true" and "format24: '{h:02.d}:{m:02.d}:{s:02.d}'" 2. select any time let say 12:00:00 3. output: 12:00:NAN What is the expected output? What do you see instead? 12:00:00 What version of the product are you using? On what operating system? 0.7.a in IE8, Window Vista Business. Please provide any additional information below. ui.timepickr.js line 2361 Time.prototype.getTime = function() { return $.format(this.f, {h: this.h, m: this.m, s: this.s, z: this.z}); }; Adding s: this.s solved the problem. Thanks for your work.
  • Nov 16, 2009
    issue 39 (CSS problem) reported by sebwoolford   -   What steps will reproduce the problem? 1. Download jquery.timepickr-0.7.0a-standalone.zip 2. Add datepickr to a page using files from the dist/ folder 3. What is the expected output? What do you see instead? You would expect to see the plugin work as per the demo but instead you a left aligned list. What version of the product are you using? On what operating system? 0.7.0a XP Please provide any additional information below. It looks like there is a load of CSS missing. I browsed to the CSS included with the online demo and used that instead and it worked fine.
    What steps will reproduce the problem? 1. Download jquery.timepickr-0.7.0a-standalone.zip 2. Add datepickr to a page using files from the dist/ folder 3. What is the expected output? What do you see instead? You would expect to see the plugin work as per the demo but instead you a left aligned list. What version of the product are you using? On what operating system? 0.7.0a XP Please provide any additional information below. It looks like there is a load of CSS missing. I browsed to the CSS included with the online demo and used that instead and it worked fine.
  • Oct 28, 2009
    UiTimepickr Wiki page commented on by edaddi   -   Nice idea, but whats with the error i see on every demo I look at: http://haineault.com/media/jquery/ui-timepickr/page/ http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Each page listed above firebug reports: cannot access optimized closure ui.timepickr.js Line 92 Any ideas what that is?
    Nice idea, but whats with the error i see on every demo I look at: http://haineault.com/media/jquery/ui-timepickr/page/ http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Each page listed above firebug reports: cannot access optimized closure ui.timepickr.js Line 92 Any ideas what that is?
  • Oct 28, 2009
    UiTimepickr Wiki page commented on by edaddi   -   Nice idea, but whats with the error i see on every demo I look at: http://haineault.com/media/jquery/ui-timepickr/page/ http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Each page listed above firebug reports: cannot access optimized closure http://captiva2-webdev.com/oos-bid/standalone/ui-timepickr/src/ui.timepickr.js Line 92 Any ideas what that is?
    Nice idea, but whats with the error i see on every demo I look at: http://haineault.com/media/jquery/ui-timepickr/page/ http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Each page listed above firebug reports: cannot access optimized closure http://captiva2-webdev.com/oos-bid/standalone/ui-timepickr/src/ui.timepickr.js Line 92 Any ideas what that is?
  • Oct 28, 2009
    issue 25 (jquery-utils - string: error in IE 8) commented on by aggieben   -   It appears that this fix didn't make it into the dist files, and I couldn't get the build system to work (output below). You might want to build and recommit. C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only>build.py -o timepickr -o uitimepickr Error: YAML - cannot read file: .\build.yml Exception RuntimeError: 'generator ignored GeneratorExit' in <generator object g et_builds at 0x00CE2E68> ignored Traceback (most recent call last): File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 250, in <module> make(build, options) File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 165, in make version = 'v%s (r%s)' % (build['version'], get_svn_rev()) File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 50, in get_svn_rev return o[4][10:-1] IndexError: list index out of range
    It appears that this fix didn't make it into the dist files, and I couldn't get the build system to work (output below). You might want to build and recommit. C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only>build.py -o timepickr -o uitimepickr Error: YAML - cannot read file: .\build.yml Exception RuntimeError: 'generator ignored GeneratorExit' in <generator object g et_builds at 0x00CE2E68> ignored Traceback (most recent call last): File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 250, in <module> make(build, options) File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 165, in make version = 'v%s (r%s)' % (build['version'], get_svn_rev()) File "C:\Documents and Settings\Administrator\Desktop\jquery-utils-read-only\b uild.py", line 50, in get_svn_rev return o[4][10:-1] IndexError: list index out of range

Earlier this year

  • Oct 21, 2009
    issue 24 (timepicker showing up in wrong place) commented on by jameskilton   -   Yeah, it has to do with initializing timepickr on an invisible node. As long as I do the following, I'm ok: find('td:visible input.timepick').timepickr({...});
    Yeah, it has to do with initializing timepickr on an invisible node. As long as I do the following, I'm ok: find('td:visible input.timepick').timepickr({...});
  • Oct 21, 2009
    issue 24 (timepicker showing up in wrong place) commented on by jameskilton   -   Yes, it's still an issue. When you initialize timepickr on an element that's hidden, then show that element, the pickr tool shows up left: 0.
    Yes, it's still an issue. When you initialize timepickr on an element that's hidden, then show that element, the pickr tool shows up left: 0.
  • Oct 07, 2009
    UiTimepickr Wiki page commented on by solmead   -   I am trying to have the initial val be set based on what is in the text (And I have 4+ <input type=text> on my page), I tried: {{{ $('.timepicker').timepickr({ format12: '{h:d}:{m:02.d} {z:s}', trigger: 'click', convention: 12, resetOnBlur: true, updateLive: true, val: $(this).attr('value'), rangeMin: $.range(0, 59) }); }}} But it doesn't seem to work, they always default to the empty, any help on how I could do this?
    I am trying to have the initial val be set based on what is in the text (And I have 4+ <input type=text> on my page), I tried: {{{ $('.timepicker').timepickr({ format12: '{h:d}:{m:02.d} {z:s}', trigger: 'click', convention: 12, resetOnBlur: true, updateLive: true, val: $(this).attr('value'), rangeMin: $.range(0, 59) }); }}} But it doesn't seem to work, they always default to the empty, any help on how I could do this?
  • Oct 07, 2009
    UiTimepickr Wiki page commented on by develo...@wondergroup.com   -   I am trying to have the initial val be set based on what is in the text (And I have 4+ <input type=text> on my page), I tried: $('.timepicker').timepickr({ format12: '{h:d}:{m:02.d} {z:s}', trigger: 'click', convention: 12, resetOnBlur: true, updateLive: true, val: $(this).attr('value'), rangeMin: $.range(0, 59) }); But it doesn't seem to work, they always default to the empty, any help on how I could do this?
    I am trying to have the initial val be set based on what is in the text (And I have 4+ <input type=text> on my page), I tried: $('.timepicker').timepickr({ format12: '{h:d}:{m:02.d} {z:s}', trigger: 'click', convention: 12, resetOnBlur: true, updateLive: true, val: $(this).attr('value'), rangeMin: $.range(0, 59) }); But it doesn't seem to work, they always default to the empty, any help on how I could do this?
  • Oct 06, 2009
    issue 38 (timepickr will not bind to Form Editor in jqgrid.) commented on by mrkevans   -   I recieved a response from the Tony @ jqGrid. Which gave me a work around.. Thought you might be interested in it, in regards to "element being into the dom" Only because the jquery datepicker() works in this case, and your wouldn't. Here is the post: http://www.trirand.com/blog/?page_id=393/discussion/adding-timepickr-to-edit-form/#p10476 Thanks anyhow, i am going to use your timepickr now!
    I recieved a response from the Tony @ jqGrid. Which gave me a work around.. Thought you might be interested in it, in regards to "element being into the dom" Only because the jquery datepicker() works in this case, and your wouldn't. Here is the post: http://www.trirand.com/blog/?page_id=393/discussion/adding-timepickr-to-edit-form/#p10476 Thanks anyhow, i am going to use your timepickr now!
  • Oct 06, 2009
    issue 38 (timepickr will not bind to Form Editor in jqgrid.) reported by mrkevans   -   What steps will reproduce the problem? 1. Use jqgrid.: http://trirand.com/jqgrid/jqgrid.html 2. Try to bind to a form in the modal edit. 3. ex: { editoptions:{ dataInit:function(el){$("field_name"}.timepickr(); } } What is the expected output? What do you see instead? I would expect timepickr to bind to the element, but it doesn't. However if i specify any other input field that is not a part of "Edit Form" then it does. What version of the product are you using? On what operating system? Most recent. Please provide any additional information below.
    What steps will reproduce the problem? 1. Use jqgrid.: http://trirand.com/jqgrid/jqgrid.html 2. Try to bind to a form in the modal edit. 3. ex: { editoptions:{ dataInit:function(el){$("field_name"}.timepickr(); } } What is the expected output? What do you see instead? I would expect timepickr to bind to the element, but it doesn't. However if i specify any other input field that is not a part of "Edit Form" then it does. What version of the product are you using? On what operating system? Most recent. Please provide any additional information below.
  • Oct 04, 2009
    issue 19 (Styling issue shoving input to left) commented on by ljdc14   -   hi i manage to fix this by adding this._redraw(); after if(id==0){ols.eq(0).css('left',this.element.position().left); just search for the text 'if(id==0){ols.eq(0).css('left',this.element.position().left);' you'll found two text with that, for me it works by just adding only on the second one..
    hi i manage to fix this by adding this._redraw(); after if(id==0){ols.eq(0).css('left',this.element.position().left); just search for the text 'if(id==0){ols.eq(0).css('left',this.element.position().left);' you'll found two text with that, for me it works by just adding only on the second one..
  • Oct 03, 2009
    Survey Wiki page added by haineault   -   Revision r622 Created wiki page through web user interface.
    Revision r622 Created wiki page through web user interface.
  • Oct 02, 2009
    issue 37 (timepickr - {suffix} issue in 12-hour mode) commented on by beerlingtonvt   -   This can be fixed by changing the default for format12 in ui.timepickr.js source: format12: '{h:02.d}:{m:02.d} {suffix:s}', To: format12: '{h:02.d}:{m:02.d} {z:s}',
    This can be fixed by changing the default for format12 in ui.timepickr.js source: format12: '{h:02.d}:{m:02.d} {suffix:s}', To: format12: '{h:02.d}:{m:02.d} {z:s}',
  • Sep 29, 2009
    UiTimepickr Wiki page commented on by movinvan   -   To elaborate: $startHourField.timepickr({updateLive:false, format12: "{h:02.d}:{m:02.d} {z:s}", suffix: ['AM', 'PM'], val: thisSHour, trigger: "click", convention: 12 }); Where thisSHour has been many formats: 24 hour time (17:00), 12 hour (05:00 PM), etc and none of it will trigger the timepickr to accept the existing value as the default value when activated...
    To elaborate: $startHourField.timepickr({updateLive:false, format12: "{h:02.d}:{m:02.d} {z:s}", suffix: ['AM', 'PM'], val: thisSHour, trigger: "click", convention: 12 }); Where thisSHour has been many formats: 24 hour time (17:00), 12 hour (05:00 PM), etc and none of it will trigger the timepickr to accept the existing value as the default value when activated...
  • Sep 29, 2009
    UiTimepickr Wiki page commented on by movinvan   -   Hi, this is a great plugin. I have a question regarding the initial value. What value type/format is expected for the initial value of the timepickr? The input already has a value '09:00 AM' (for example) before initializing the timepickr. After I create a timepickr on that element, I focus on the field and then tab out or lose focus on the element and the field value changes to "NaN:NaN gibberish code from my page". What is the correct format for setting the initial value of the timepickr? Thanks
    Hi, this is a great plugin. I have a question regarding the initial value. What value type/format is expected for the initial value of the timepickr? The input already has a value '09:00 AM' (for example) before initializing the timepickr. After I create a timepickr on that element, I focus on the field and then tab out or lose focus on the element and the field value changes to "NaN:NaN gibberish code from my page". What is the correct format for setting the initial value of the timepickr? Thanks
  • Sep 29, 2009
    issue 25 (jquery-utils - string: error in IE 8) Status changed by haineault   -   It's fixed and committed ... can somebody explain me how a JavaScript comment can break actual code .. WTF.
    Status: Fixed
    It's fixed and committed ... can somebody explain me how a JavaScript comment can break actual code .. WTF.
    Status: Fixed
  • Sep 29, 2009
    r621 (Fixed #25: http://code.google.com/p/jquery-utils/issues/deta...) committed by haineault   -   Fixed #25: http://code.google.com/p/jquery-utils/issues/detail?id=25
  • Sep 29, 2009
    issue 25 (jquery-utils - string: error in IE 8) commented on by richardpaullewis   -   Remove the line above it... //@ http://jsfromhell.com/string/pad [v1.0] ...and it works perfectly! :)
    Remove the line above it... //@ http://jsfromhell.com/string/pad [v1.0] ...and it works perfectly! :)
  • Sep 29, 2009
    StringFormat Wiki page commented on by haineault   -   It's been commited to the trunk. Thanks for the fix ! regards
    It's been commited to the trunk. Thanks for the fix ! regards
  • Sep 29, 2009
    r620 (- fixed bug in jquery.stringss' repr ) committed by haineault   -   - fixed bug in jquery.stringss' repr
    - fixed bug in jquery.stringss' repr
  • Sep 29, 2009
    UiTimepickr Wiki page commented on by romalpatel19   -   i want timepicker above the input time picker... please give solution for to display above input
    i want timepicker above the input time picker... please give solution for to display above input
  • Sep 29, 2009
    StringFormat Wiki page commented on by richardpaullewis   -   I thought you might like to know that the "object" case in your "repr" function does not work at all. It should be something more like... {{{ var o = []; var l = i.length; for(var x=0;x<l;x++) { o.push(x+': '+this.__repr(i[x])); } return o.join(', '); }}} (I was struggling with the wiki markup but I think I've got it this time!)
    I thought you might like to know that the "object" case in your "repr" function does not work at all. It should be something more like... {{{ var o = []; var l = i.length; for(var x=0;x<l;x++) { o.push(x+': '+this.__repr(i[x])); } return o.join(', '); }}} (I was struggling with the wiki markup but I think I've got it this time!)
  • Sep 29, 2009
    StringFormat Wiki page commented on by richardpaullewis   -   I thought you might like to know that the "object" case in your "__repr" function does not work at all. It should be something more like... {{{ var o = ; var l = i.length; for(var x=0;x<l;x++) { o.push(x+': '+this.__repr(i[x])); } return o.join(', '); }}}
    I thought you might like to know that the "object" case in your "__repr" function does not work at all. It should be something more like... {{{ var o = ; var l = i.length; for(var x=0;x<l;x++) { o.push(x+': '+this.__repr(i[x])); } return o.join(', '); }}}
  • Sep 29, 2009
    StringFormat Wiki page commented on by richardpaullewis   -   I thought you might like to know that the "object" case in your "__repr" function does not work at all. It should be... var o = []; var l = i.length; for(var x=0; x<l; x++) { o.push(x+': '+ this.__repr(i[x])); } return o.join(', ');
    I thought you might like to know that the "object" case in your "__repr" function does not work at all. It should be... var o = []; var l = i.length; for(var x=0; x<l; x++) { o.push(x+': '+ this.__repr(i[x])); } return o.join(', ');
  • Sep 24, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   this is reply to HyderAlamgir?? I dont use the giant jquery ui js file. I just use the main jquery 1.3.2 file and load a theme ui css file. It works. Im using timepicker 7.0 alpha. The main theme css needs to come before the timepicker css in my case. timepicker uses whatever theme your using. Very nice feature. This is in my header: <link type="text/css" href="jquery-ui-1.7.2.custom.css" rel="stylesheet" /> <link type="text/css" href="ui.timepickr.css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript" src="jquery.timepickr.js"></script>
    this is reply to HyderAlamgir?? I dont use the giant jquery ui js file. I just use the main jquery 1.3.2 file and load a theme ui css file. It works. Im using timepicker 7.0 alpha. The main theme css needs to come before the timepicker css in my case. timepicker uses whatever theme your using. Very nice feature. This is in my header: <link type="text/css" href="jquery-ui-1.7.2.custom.css" rel="stylesheet" /> <link type="text/css" href="ui.timepickr.css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript" src="jquery.timepickr.js"></script>
  • Sep 24, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   this is reply to HyderAlamgir? I dont use the giant jquery ui js file. I just use the main jquery 1.3.2 file and load a theme ui css file. It works. This is in my header: <link type="text/css" href="jquery-ui-1.7.2.custom.css" rel="stylesheet" /> <link type="text/css" href="ui.timepickr.css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript" src="jquery.timepickr.js"></script>
    this is reply to HyderAlamgir? I dont use the giant jquery ui js file. I just use the main jquery 1.3.2 file and load a theme ui css file. It works. This is in my header: <link type="text/css" href="jquery-ui-1.7.2.custom.css" rel="stylesheet" /> <link type="text/css" href="ui.timepickr.css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript" src="jquery.timepickr.js"></script>
  • Sep 24, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   this is reply to HyderAlamgir I dont use the giant jquery ui js file. I just use the main jquery 1.3.2 file and load a theme ui css file. It works. This is in my header: <link type="text/css" href="jquery-ui-1.7.2.custom.css" rel="stylesheet" /> <link type="text/css" href="ui.timepickr.css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript" src="jquery.timepickr.js"></script>
    this is reply to HyderAlamgir I dont use the giant jquery ui js file. I just use the main jquery 1.3.2 file and load a theme ui css file. It works. This is in my header: <link type="text/css" href="jquery-ui-1.7.2.custom.css" rel="stylesheet" /> <link type="text/css" href="ui.timepickr.css" rel="stylesheet" /> <script type="text/javascript" src="jquery-1.3.2.min.js"></script> <script type="text/javascript" src="jquery.timepickr.js"></script>
  • Sep 24, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   also, when user deletes time manually it should stay deleted. Why do you enter 0:00 am when they hover and dont click anything? Harder to validate this.
    also, when user deletes time manually it should stay deleted. Why do you enter 0:00 am when they hover and dont click anything? Harder to validate this.
  • Sep 24, 2009
    UiTimepickr Wiki page commented on by haineault   -   This is a reported bug, I just don't have the time to fix it right now .. sorry :/
    This is a reported bug, I just don't have the time to fix it right now .. sorry :/
  • Sep 24, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   haineault, how would i let users enter time manually? they are forced to accept 15 min increments. i can validate the formatting through javascript. Then your plugin will be almost perfect.
    haineault, how would i let users enter time manually? they are forced to accept 15 min increments. i can validate the formatting through javascript. Then your plugin will be almost perfect.
  • Sep 23, 2009
    UiTimepickr Wiki page commented on by haineault   -   @Al.Webber Thanks for going to the bottom of the issue, sorry it came from my bogus example! I've fixed corrected the example and added note. Thanks again.
    @Al.Webber Thanks for going to the bottom of the issue, sorry it came from my bogus example! I've fixed corrected the example and added note. Thanks again.
  • Sep 23, 2009
    UiTimepickr Wiki page edited by haineault   -   Revision r619 Edited wiki page through web user interface.
    Revision r619 Edited wiki page through web user interface.
  • Sep 23, 2009
    UiTimepickr Wiki page edited by haineault   -   Revision r618 Edited wiki page through web user interface.
    Revision r618 Edited wiki page through web user interface.
  • Sep 23, 2009
    UiTimepickr Wiki page commented on by Al.Webber   -   Andy, Thanks for the tip, tried this and it still didn't sort out my issue, investigated a bit further and found that loading the ui.timepickr.css file before the jQueryUI.css was causing the problem, swapped the lines around and its all working now. I'm a clutz! So here is a nice clean simple example for you all to laugh at :-), seriously though, I hope it helps someone to uses this cool plugin http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Al
    Andy, Thanks for the tip, tried this and it still didn't sort out my issue, investigated a bit further and found that loading the ui.timepickr.css file before the jQueryUI.css was causing the problem, swapped the lines around and its all working now. I'm a clutz! So here is a nice clean simple example for you all to laugh at :-), seriously though, I hope it helps someone to uses this cool plugin http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Al
  • Sep 22, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   Neither of them, you just have to pass it on as option;<pre class="prettyprint">$(&#x27;input&#x27;).timepickr({ format12: &#x27;{h:d}:{m:02.d} {suffix:s}&#x27; });</pre>
    Neither of them, you just have to pass it on as option;<pre class="prettyprint">$(&#x27;input&#x27;).timepickr({ format12: &#x27;{h:d}:{m:02.d} {suffix:s}&#x27; });</pre>
  • Sep 22, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   <p>Neither of them, you just have to pass it on as option; </p><pre class="prettyprint">$(&#x27;input&#x27;).timepickr({ format12: &#x27;{h:d}:{m:02.d} {suffix:s}&#x27; });</pre>
    <p>Neither of them, you just have to pass it on as option; </p><pre class="prettyprint">$(&#x27;input&#x27;).timepickr({ format12: &#x27;{h:d}:{m:02.d} {suffix:s}&#x27; });</pre>
  • Sep 22, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   <pre class="prettyprint">$(&#x27;input&#x27;).timepickr({ format12: &#x27;{h:d}:{m:02.d} {suffix:s}&#x27; });</pre>
    <pre class="prettyprint">$(&#x27;input&#x27;).timepickr({ format12: &#x27;{h:d}:{m:02.d} {suffix:s}&#x27; });</pre>
  • Sep 22, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   Al, you should wrap the timepicker initialize code with <pre> $(document).ready(function(){ $('#timestart').timepickr({ format12: '{z:s} {h:d}:{m:02.d}', trigger: 'click', convention: 24 }); }); </pre> This will wait until page is loaded before initialize timepicker. am or pm will not show in 24hr convention
    Al, you should wrap the timepicker initialize code with <pre> $(document).ready(function(){ $('#timestart').timepickr({ format12: '{z:s} {h:d}:{m:02.d}', trigger: 'click', convention: 24 }); }); </pre> This will wait until page is loaded before initialize timepicker. am or pm will not show in 24hr convention
  • Sep 18, 2009
    UiTimepickr Wiki page commented on by Al.Webber   -   Hi there, Further to andy.nagai above, I find some real examples help me immensely, I wonder if someone could have a look at this example for me and see where I'm going wrong, using andy's suggested settings, I want the date pickr to not be displayed on Page load, and only appear when the relevant text box is clicked. http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Any help appreciated, and I'll add a link to the fixed version for reference if it helps anyone out. Al
    Hi there, Further to andy.nagai above, I find some real examples help me immensely, I wonder if someone could have a look at this example for me and see where I'm going wrong, using andy's suggested settings, I want the date pickr to not be displayed on Page load, and only appear when the relevant text box is clicked. http://www.spookyvw.org.uk/tests/timepickr/timepickr.htm Any help appreciated, and I'll add a link to the fixed version for reference if it helps anyone out. Al
  • Sep 17, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   my mistake. you have to take out that resetOnBlur: false parameter in above code otherwise it will never change the value
    my mistake. you have to take out that resetOnBlur: false parameter in above code otherwise it will never change the value
  • Sep 17, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   ok I figured out how to make it activate on clicking inside a textbox. you have to use the undocumented trigger: 'click' option when initializing timepicker. I also made mine not always change value everytime hover over different number and also turned off the entering '0:00 am' value when clicking outside of timepicker. also removed the leading 0 in hour. And also actually made it display am or pm instead of the default {suffix}. This latter one is a bug. This is my initialize code: $('#txtbox').timepickr({ updateLive:false, format12: "{h:d}:{m:02.d} {z:s}", trigger: "click", resetOnBlur: false, convention: 12 });
    ok I figured out how to make it activate on clicking inside a textbox. you have to use the undocumented trigger: 'click' option when initializing timepicker. I also made mine not always change value everytime hover over different number and also turned off the entering '0:00 am' value when clicking outside of timepicker. also removed the leading 0 in hour. And also actually made it display am or pm instead of the default {suffix}. This latter one is a bug. This is my initialize code: $('#txtbox').timepickr({ updateLive:false, format12: "{h:d}:{m:02.d} {z:s}", trigger: "click", resetOnBlur: false, convention: 12 });
  • Sep 17, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   What are all the possible attributes for dropslide option?
    What are all the possible attributes for dropslide option?
  • Sep 17, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   This default date format {h:02.d}:{m:02.d} {suffix:s} displays as '09:23 {suffix}' Im using firefox 3.0. Even on your demo page it shows {suffix} where am or pm should be. As stated above the solution is to use {h:02.d}:{m:02.d} {z:s} to display the am or pm. Do you display all available options in your options above? I dont' think so.
    This default date format {h:02.d}:{m:02.d} {suffix:s} displays as '09:23 {suffix}' Im using firefox 3.0. Even on your demo page it shows {suffix} where am or pm should be. As stated above the solution is to use {h:02.d}:{m:02.d} {z:s} to display the am or pm. Do you display all available options in your options above? I dont' think so.
  • Sep 17, 2009
    UiTimepickr Wiki page commented on by andy.nagai   -   Is there anyway to activate the timepicker when clicking in a textbox instead of hovering over it. I have a entry form with multiple time entry fields next to each other. If a user just happens to go over both controls then the display is all messed up. I think the default should be to activate on click.
    Is there anyway to activate the timepicker when clicking in a textbox instead of hovering over it. I have a entry form with multiple time entry fields next to each other. If a user just happens to go over both controls then the display is all messed up. I think the default should be to activate on click.
  • Sep 08, 2009
    issue 37 (timepickr - {suffix} issue in 12-hour mode) reported by olegkikin   -   What steps will reproduce the problem? 1. Switch to 12-hour mode - {convention:12} 2. You will see {suffix} in the input field. What is the expected output? What do you see instead? AM/PM should be there instead of {suffix}. What version of the product are you using? On what operating system? 0.6.6 and 0.7.0a Win XP, Firefox 3.5.2 and IE6 You can see the problem even on the main demo site: http://haineault.com/media/jquery/ui-timepickr/page/#d-demo-wrapper-2
    What steps will reproduce the problem? 1. Switch to 12-hour mode - {convention:12} 2. You will see {suffix} in the input field. What is the expected output? What do you see instead? AM/PM should be there instead of {suffix}. What version of the product are you using? On what operating system? 0.6.6 and 0.7.0a Win XP, Firefox 3.5.2 and IE6 You can see the problem even on the main demo site: http://haineault.com/media/jquery/ui-timepickr/page/#d-demo-wrapper-2
  • Sep 08, 2009
    UiTimepickr Wiki page commented on by haineault   -   @fatalis.erratum: As soon as I have some spare time. I'm very busy on other more important projects and at work. I invest time on this project every time I have some free time, but this project isn't paying my rent so it's not exactly on top of my priority list. Meanwhile I always accept patches. Regards.
    @fatalis.erratum: As soon as I have some spare time. I'm very busy on other more important projects and at work. I invest time on this project every time I have some free time, but this project isn't paying my rent so it's not exactly on top of my priority list. Meanwhile I always accept patches. Regards.
  • Sep 08, 2009
    UiTimepickr Wiki page commented on by fatalis.erratum   -   So, when will it be fixed? A week has passed already.
    So, when will it be fixed? A week has passed already.
  • Sep 06, 2009
    UiTimepickr Wiki page commented on by HyderAlamgir   -   Awesome plugin but it's too big for simply a timepickr, requiring that 100KB jquery ui file. Any way to reduce its file size?
    Awesome plugin but it's too big for simply a timepickr, requiring that 100KB jquery ui file. Any way to reduce its file size?
 
Hosted by Google Code