i have used a ready java script code for a time picker in an input html tag. in this code a desired string has added to date inputs and time picker appear by focus on any input that contains this string in my example this string is data-jdp. following is the sample code contains this string (data-jdp):
<input id="startDate" type="text" data-jdp />
do you know what is this? it is not id or class name! is it an desired attribute? what do you know any thing about this kind of attribute? how can i use it? how can connect a js function to inputs that contain this string?