jQuery error with visual studio 2013

  •  03-11-2014, 7:30 AM

    jQuery error with visual studio 2013

    I just updated my Microsoft Visual Studio to:

     

    Microsoft Visual Studio Express 2013 for Web Ver 12.0.21005.1 REL

    Microsoft .NET Framework Ver 4.5.50938

     

    My CuteEditor id is Editor1. When I try to run a page VS 2013, the page comes up showingthe editor but then I get a message box with the error:

     

     Unhandled exception at line 37, column 59140 in http://localhost:60988/280569fc410d47bf86366672adf48229/browserLink

    0x800a139e - JavaScript runtime error: Syntax error, unrecognized expression: textarea#ctl00$ContentPlaceHolder1$Editor1

     

    When I look at where this code is, it is in the jQuery code that VS2013 automatically adds to the page.

     

    Is there a work around for this issue? 

View Complete Thread