I'm
new to JQ. I created the calendar which loads by using the method load().
Each time you press the button I load a new month with data from DB (price).
I want to click in the cell of the day that would change color (as in standard interface ).
I use click.on() method, but he does not "see" the calendar.
Tell me how can I do this?
Thank you.