chrome apps- content security policy - jquery datepicker() not working
问题 i tried this : <div id="d1"> sampletext </div> $("#d1").datepicker(); when i run above code, it is showing datepicker , but without any formatting like good background and others, why ? Also , after i click on any date in the date picker, getting the error Refused to execute inline event handler because of Content-Security-Policy. what should i do to make this work ? or, if there is any solution that i can use without using this datepicker, plz tell me so that i will use it , thanks ! 回答1: