engineer9090909090909090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

[Help] datepicker id #296

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi
Can you help me - I don't understand how datePicker generate id for 
div.dp-popup ?

Original issue reported on code.google.com by bret....@gmail.com on 25 Jul 2011 at 9:18

GoogleCodeExporter commented 8 years ago
It uses the jQuery event guid:

$.event.guid

So each calendar will be have an id of "calendar-X" where X is a unique number. 
Why do you want to know what the id will be?

Original comment by kelvin.l...@gmail.com on 25 Jul 2011 at 9:40

GoogleCodeExporter commented 8 years ago
Thank you for your reply
I have 2 calendars on my page where I can drag'n'drop selected dates from first 
calendar to second and inside out. So I need to save selected dates in array 
and each time I need to know from which calendar dates saved.

Original comment by bret....@gmail.com on 25 Jul 2011 at 9:50