jslint reports message Insecure '.'.
at line
html = /<body.*?>([\s\S]*)<\/body>/.exec(responseText);
How to fix this ?
Update
After body and before closing bracket there may be attributes so \s? cannot used. Javascript is running in browser, jQuery is used. Which is best way to extract body element content from string instead of this?