Dreamweaver 中无冲突的 jQuery 代码提示

发布于 2024-12-31 22:36:46 字数 248 浏览 1 评论 0原文

目前正在评估 Dreamweaver CS 5.5。我很喜欢它 - 但想知道 jQuery 代码提示。

我非常喜欢这个功能,但问题是,我们使用 noConflict() 功能,如下所示:

var $j = jQuery.noConflict(); 

我想知道是否有一种方法(内置、代码解决方法、黑客,或者可能是某种插件) )这将使代码提示能够拾取 $j() 而不是 $()。

谢谢。

Currently evaluating Dreamweaver CS 5.5. I like much of it - but wondering about the jQuery code hinting.

I like that feature quite a bit, but problem is, we use the noConflict() feature, like this:

var $j = jQuery.noConflict(); 

I am wondering if there is a way (built-in, code work-around, hack, or perhaps a plugin of some kind) that will enable the code-hinting to pick up $j() as opposed to $().

Thanks.

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

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

发布评论

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

评论(1

后eg是否自 2025-01-07 22:36:46

中找到 jQuery 的代码提示 xml 文件

您将在Adob​​e\Adobe Dreamweaver CS5.5\configuration\CodeHints

您将找到该文档的前几行,您需要将 alias="$" 更改为 alias="$j" 。

You'll find the code hint xml file for jQuery in

Adobe\Adobe Dreamweaver CS5.5\configuration\CodeHints

First few lines of the document you'll find and you need to change alias="$" to alias="$j".

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