Thread: Resolved datetime picker issue
View Single Post
Old 01-24-2013, 03:08 AM   PM User | #2
DanInMa
Senior Coder

 
DanInMa's Avatar
 
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,306
Thanks: 12
Thanked 204 Times in 204 Posts
DanInMa is on a distinguished road
Code:
$("#firstelement,#secondelement,#thirdelement").datetimepicker()
or you can give them all the same class and do

Code:
$(".myclass").datetimepicker()
__________________
- Firebug is a web developers best friend! - Learn it, Love it, use it!
- Validate your code! - JQ/JS troubleshooting
- Using jQuery with Other Libraries - Jslint for Jquery/other JS library users
DanInMa is offline   Reply With Quote
Users who have thanked DanInMa for this post:
nani_nisha06 (01-24-2013)