Timezone ComboBox
JQuery plugin for allowing the user to visually determine the offset of its local time (in seconds) relative to UTC.
Uses:
- jquery
- jquery.timers
Example:
js:
$(function() {
$('#example').timezoneComboBox();
});
html:
<div id='example' ></div>
Return with submit form:
timezone_offset if jQuery object contains one element; otherwise id_timezone_offset
Options:
refreshTime - refresh time, milliseconds (default: 1s)