jQuery-Timepicker-Addon icon indicating copy to clipboard operation
jQuery-Timepicker-Addon copied to clipboard

Can we have Icon triggering as it is in jquery.datepicker?

Open david9 opened this issue 11 years ago • 2 comments
trafficstars

$( "#datepicker" ).datepicker({ showOn: "button", buttonImage: "images/calendar.gif", buttonImageOnly: true });

david9 avatar Nov 26 '13 07:11 david9

+1

chrisbloom7 avatar Jun 06 '15 18:06 chrisbloom7

As of today, this works for me:

$( ".timepicker" ).timepicker({ buttonImage: 'my_icon.jpg', buttonImageOnly: true, showOn:'button' });

Note that I assign all my objects a class of timepicker then run the above to wire them up and I get icon triggering behavior just like the datepicker.

jeffreymergler avatar Nov 23 '16 21:11 jeffreymergler