i wants to show custom message in confirmation box like
var response=confirm(Are you sure you want to select these times?
1)3a.m to 4a.m
2)8a.m to 9a.m
so on...)
this data i am getting from php page in json format in multidimensional array on ajax success and i wants to show this json data by iterating, as message.
data i am getting w'll be like [{'start_time':3a.m,'end_time':4a.m}{'start_time':8a.m,'end_time':9a.m}....]
Can anyone help me in this.
Thanks in advance