mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
260 stars 182 forks source link

Fixing positioning when element is inside of nested relative parent #61

Closed AddoSolutions closed 11 years ago

AddoSolutions commented 11 years ago

Example: parent(style=position:relative)>parent>input. This is the correct way of using jQuery position anyways.

mugifly commented 11 years ago

Thank you!