Firebug:“无效的正则表达式标志 h”运行 YUI 压缩机后

发布于 2024-10-17 22:29:06 字数 594 浏览 3 评论 0 原文

运行 YUI 压缩机后,我收到此错误:

invalid regular expression flag h
[Break On This Error] ction(event){$(this).removeClass('lumi...cs_glb.php</b> on line <b>221</b><br/>

问题中的 JS 代码部分是:

//Form LUMI
$('input').focus(function(event){
    $(this).addClass('lumi');
});

$('input').blur(function(event){
    $(this).removeClass('lumi');
});

我使用 http://www.javascriptlint.com/online_lint.php 并且它没有指出错误。

有人知道出了什么问题吗?

After I run YUI Compressor, I'm getting this error:

invalid regular expression flag h
[Break On This Error] ction(event){$(this).removeClass('lumi...cs_glb.php</b> on line <b>221</b><br/>

The part of the JS code in questions is:

//Form LUMI
$('input').focus(function(event){
    $(this).addClass('lumi');
});

$('input').blur(function(event){
    $(this).removeClass('lumi');
});

I validated the JS code with http://www.javascriptlint.com/online_lint.php and it points no error.

Does anybody knows what's wrong?

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

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

发布评论

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

评论(1

国际总奸 2024-10-24 22:29:06

在尝试了一千种方法进行调试之后,我发现 php 警告导致了错误。很难发现这种错误,因为 Firebug 调试器指向完全不同的方向。谢谢。

After trying one thousand ways to debug this, I found out that a php warning was causing the error. It is hard to find this kind of error because the Firebug debugger was pointing to a totally different direction. Thanks.

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