Import jQuery into server-side Google scripts code -


Is it possible to import Google Library into a Google Script project? I want to parse the bunch of an HTML code on the server side using jQuery's traversal function (there is no customer side in the app). I was hoping for an "import" or "need" function or something, but I can not find anyone in the documentation. Thank you.

An example of porting an open source Javascript library in Google Apps Script.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -