This is a migrated thread and some comments may be shown as answers.

VS 2012 jquery Intellisense

2 Answers 75 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
DuelingCats
Top achievements
Rank 2
DuelingCats asked on 24 Sep 2012, 02:51 PM
According to the documentation here http://www.telerik.com/help/aspnet-ajax/introduction-jquery-intellisense.html I do not need to do anything special to get JQuery intellisense to work on my page.

I have the following in my form:
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
            <Scripts>
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js"></asp:ScriptReference>
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js"></asp:ScriptReference>
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js"></asp:ScriptReference>
            </Scripts>
        </telerik:RadScriptManager>
        <script type="text/javascript">
            window.$ = $telerik.$;
             
            //$("tr.Graph").click(function () {
            //    $(this).nextAll("tr").fadeToggle(500);
            //}).eq(0).trigger('click');
        </script>


Whenever I enter $ or $., I do not get any intellisense. I am using Visual Studio 2012. Could that be an issue? 

2 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 27 Sep 2012, 09:46 AM
Hi Justin,

Could you please try the following advice by a member of our community. It seems to resolve most of the cases where intellisense is not working.

All the best,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
DuelingCats
Top achievements
Rank 2
answered on 28 Sep 2012, 01:36 AM
Thanks, I will give that shot.
Tags
General Discussions
Asked by
DuelingCats
Top achievements
Rank 2
Answers by
Dobromir
Telerik team
DuelingCats
Top achievements
Rank 2
Share this question
or