Dynamic values & jQuery Modal Window
I'm creating a dynamic calendar, generated with ColdFusion.
On each day, a user has shift details (start time, end time, area, et开发者_如何学Goc) where they can click on a certain day to open up a modal window with that day's shift info. The problem is, the modal window opens, but displays only the first days shift info. I know that I need to make each call unique, but the problem is, is that I don't quite know how.
I believe I have to create an array, and loop through it but would love to see how it's done. Does anyone have any simple examples I can take a look at?
Thank you!
精彩评论