getting hourCombo value in jtimepicker
I am looking to retrieve the value from the jtimepicker plugin.
I tried this , but without success
$('[name = hourcombo]').change(function(e) {
var valui2 = $('[name = hourcombo] :selected').text()
console.log (" clicked " + valui2)
});
Anyone that used this plugin and can help me ?