运行YUI Compressor后,我收到此错误:
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验证了JS代码,并且没有指出任何错误。
有人知道什么是错的吗?
答案 0 :(得分:0)
在尝试了一千种调试方法之后,我发现一个php警告导致错误。很难找到这种错误,因为Firebug调试器指向了一个完全不同的方向。谢谢。