Need to solve IE 8 Jquery problem

后端 未结 3 966
闹比i
闹比i 2021-01-23 13:36

In my development, I came on a strange problem. The following is my jquery code to load 2 datepicker when the page load, those 2 datepickers are disable the dates which are not

3条回答
  •  萌比男神i
    2021-01-23 14:14

    there are json library

    JSON.parse('[{"some":"json"}]');
    JSON.stringify([{some:'json'}]);
    

    Reference

提交回复
热议问题