Google Webapp: How to dynamically pass array values to jquery script

后端 未结 2 1871
孤独总比滥情好
孤独总比滥情好 2021-01-23 21:19

I\'ve been working on an answer to StackOverflow question Datepicker: Disabling dates in the data. I\'ve successfully developed a small webapp that excludes specific dates from

2条回答
  •  一生所求
    2021-01-23 22:01

    You can get values from the Apps Script runtime with client-side code.

    To do this you need to handle the response from the function you calling with the withSuccessHandler function.

    Changing your function to create the DatePicker with the date returned from the backend would look like this:

    
    
    
    

提交回复
热议问题