yeelliott / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

Use timeíckr inside a form on a jquery ui dialog #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use timeíckr inside a form on a jquery ui dialog
2.
3.

What is the expected output? What do you see instead?
All the timepickr controls show at once

What version of the product are you using? On what operating system?
latest

Please provide any additional information below.
Used version 0.6, also tried with forked version but none does the trick

Original issue reported on code.google.com by ztra...@gmail.com on 24 Aug 2009 at 3:17

GoogleCodeExporter commented 9 years ago
possibly because you did not include the ui.timepickr.css

It is located in src/css folder. And it is missed in the example in wiki.

Found this in page/index.html
{{{
        <link rel="Stylesheet" media="screen" href="../src/css/ui.timepickr.css" />
}}}

Original comment by lei.m...@gmail.com on 17 Mar 2010 at 10:44