Friday, September 18, 2015

Intelli-sense for Javascript in Visual Studio

After you have enabled the Intelli-sense for Javascript in Visual Studio, the JQuery methods were still not available in your ".js" file, this is because you might have missed out the following directive:


    /// <reference path="jquery-1.7.js" />