I’ve a JQuery UI Date Picker. Upon selection of the date, the data on graph changes.
The issue is that when I select the date on the date picker, whole page refreshes and data gets populated.
Is there anyway, I can just update the graph which is on tag? Note, upon selection of the date, jquery posts to server and gets the new data for selected date.
I’m using $.ajax({ }); to make a call to the server. I would have thought this will do a trick but it is not the case.
Any help will be much appreciated.
Try this