WebStorm 11-未解决的方法

I just download webStorm and everything works just fine except im getting this annoying markings when i usr $(). It says: unresolved function or method or ajax()

enter image description here

How can i fix this?

You need to add JQuery to Javascript libraries in Settings | Languages & Frameworks | JavaScript | Libraries: either press Download... and then select JQuery 2.0 from official libraries list, or use Add... button to specify a path to jquery.js. See also http://blog.jetbrains.com/webstorm/2014/07/how-webstorm-works-completion-for-javascript-libraries/