如何在application.ini中配置ZendX_JQuery?

发布于 2024-10-19 01:00:59 字数 64 浏览 3 评论 0原文

我找不到任何有关 jQuery 资源插件的信息。是否可以在 application.ini 中配置 jQuery?

I couldn't find any information about jQuery resource plugin. Is it possible to configure jQuery in application.ini?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

So要识趣 2024-10-26 01:00:59

这是我在“所有”项目上使用的示例:

pluginPaths.ZendX_Application_Resource = "ZendX/Application/Resource"

; in production - load jquery from google cdn with jquery ui
resources.jquery.version    = 1.4.2
resources.jquery.ui_enable  = true
resources.jquery.ui_version = 1.8.7
resources.jquery.stylesheet = "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/

; in development - load jquery local (not network in trains :-) )
resources.jquery.localpath    = "/js/library/jquery/jquery-1.4.2.js"
resources.jquery.ui_localpath = "/js/library/jquery.ui/jquery.ui.js"
resources.jquery.stylesheet   = "/public/css/jquery.ui/jquery-ui-1.8.7.custom.css"

Here is an example iam using on "all" projects:

pluginPaths.ZendX_Application_Resource = "ZendX/Application/Resource"

; in production - load jquery from google cdn with jquery ui
resources.jquery.version    = 1.4.2
resources.jquery.ui_enable  = true
resources.jquery.ui_version = 1.8.7
resources.jquery.stylesheet = "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/

; in development - load jquery local (not network in trains :-) )
resources.jquery.localpath    = "/js/library/jquery/jquery-1.4.2.js"
resources.jquery.ui_localpath = "/js/library/jquery.ui/jquery.ui.js"
resources.jquery.stylesheet   = "/public/css/jquery.ui/jquery-ui-1.8.7.custom.css"
恰似旧人归 2024-10-26 01:00:59
resources.view[] =
pluginPaths.ZendX_Application_Resource_ = "ZendX/Application/Resource"
resources.jquery.localpath = "/jquery/js/jquery-1.4.2.min.js"
resources.jquery.stylesheet = "/jquery/css/ui-lightness/jquery-ui-1.8.custom.css"
resources.jquery.uilocalpath = "/jquery/js/jquery-ui-1.8.custom.min.js"
resources.view[] =
pluginPaths.ZendX_Application_Resource_ = "ZendX/Application/Resource"
resources.jquery.localpath = "/jquery/js/jquery-1.4.2.min.js"
resources.jquery.stylesheet = "/jquery/css/ui-lightness/jquery-ui-1.8.custom.css"
resources.jquery.uilocalpath = "/jquery/js/jquery-ui-1.8.custom.min.js"
眼趣 2024-10-26 01:00:59
resources.jquery.version = 1
resources.jquery.ui_version = 1

加载最新版本的jquery

resources.jquery.version = 1
resources.jquery.ui_version = 1

load the newest version of jquery

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文