将 jQuery 添加到可穿戴设备的 Tizen Web 应用程序的正确方法?

Proper Way of Adding jQuery to a Tizen Web App for Wearables?

我在 official Getting Started guide. Then, I've searched the web for hours for what how to properly add jQuery to that project. I've read multiple times that the Tizen SDK already comes with a jQuery distribution, e.g. here:

之后为可穿戴设备创建了一个新的 Tizen 网络应用程序

the Tizen Web Framework incorporates a custom themed jQuery Mobile installation

但它从来没有说过如何实际 添加 这个 jQuery 安装到我的 Tizen web 应用程序项目。当然,我可以下载自己的发行版并将其放入我的项目文件夹中;但据我了解,这不是 SDK 的意图。

Some other sources 说我们应该使用 File/Tizen 可穿戴网络 Project/Template/Basic 中的 "jQuery Template"。但是目前SDK中没有这样的模板:

问题:如何将 Tizen web 框架附带的jQuery(移动)安装添加到我的 Tizen web 应用程序项目中?

按照以下步骤操作

  1. 打开 Tizen SDK IDE
  2. 文件 -> 新建项目 -> Tizen Web 项目
  3. 新建 Tizen Web 项目 对话框 window 将打开
  4. 转到 示例 选项卡,
  5. Wearable-2.3.1 下转到 UI
  6. 并创建 UI 组件 示例。现在在 Project Explorer 中浏览 UIComponent Project,您可以看到 lib 文件夹。这是定制的 jquery,称为 Tizen Advanced UI(TAU)。

更新: 从 SDK 版本 2.3.1 开始,jQuery 不再包含在内。因此,SDK 版本 2.3.1(可能更高)的用户应该将 jQuery 手动添加到他们的项目中。