0
votes

I have used the following auto-complete using the jquery and HTML in the google sites as like available in the following code.

For code : click here

This above code is working fine using HTML services.

But I dont know how to invoke this jquery in Uiapp

But I need to apply this auto complete option in the Uiapp, I thought to use of this jquery as a GAS library.

But I have no idea of converting the jquery as GAS library. Please someone guide me to implement this with the help of GAS library and If anybody have idea about using this kind of features in the Uiapp please guide me.

Please help me to achive this autocomplete concept in Uiapp with the help of GAS library.

Tnx in advance, chocka.

1

1 Answers

1
votes

Simple answer: No jQuery with UiApp. Stick with HTMLService.

BTW: Use the JQuery libraries located on Google server - it's working faster ;-)