Software Archive
Read-only legacy content
17061 Discussions

Specify jQuery mobile Framework

David_V_5
Beginner
306 Views

If I'm creating a new project but not using the App Designer how do I specify that I want to use JQuery mobile? Do I just manually add the script tag in the head and copy the JQuery files to the referenced directories?

Thanks

0 Kudos
1 Solution
Dale_S_Intel
Employee
306 Views

Yes, that's right.  Just include a script tag that links to the appropriate jQuery files, whether they're local in your app or remote on the jQuery site (personally I recommend local).

 

Dale

 

View solution in original post

0 Kudos
2 Replies
Dale_S_Intel
Employee
307 Views

Yes, that's right.  Just include a script tag that links to the appropriate jQuery files, whether they're local in your app or remote on the jQuery site (personally I recommend local).

 

Dale

 

0 Kudos
David_V_5
Beginner
306 Views

Perfect, thanks Dale!

0 Kudos
Reply