简体   繁体   中英

jquery in google spreadsheet script

Is it possible to use jQuery within a google spreadsheet script? I tried adding it with <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> but it says jQuery is not defined. Well jQuery work with google apps?

JQuery can be used only in HTML service, that includes eventually a UI called from a spreadsheet but you can't use JQuery in a script outside of this particular service. See documentation here for extensive explanations.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM