php - Firebug: "invalid regular expression flag h" after running YUI Compressor -


after run yui compressor, i'm getting error:

invalid regular expression flag h [break on error] ction(event){$(this).removeclass('lumi...cs_glb.php</b> on line <b>221</b><br/> 

the part of js code in questions is:

//form lumi $('input').focus(function(event){     $(this).addclass('lumi'); });  $('input').blur(function(event){     $(this).removeclass('lumi'); }); 

i validated js code http://www.javascriptlint.com/online_lint.php , points no error.

does knows what's wrong?

after trying 1 thousand ways debug this, found out php warning causing error. hard find kind of error because firebug debugger pointing totally different direction. thanks.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -