GAMBLER Postado Abril 20, 2015 Denunciar Share Postado Abril 20, 2015 Boa noite, Sou novato em MVC, ainda mais com Jquey e estou enfrentando o seguinte problema para rodar o JqueyGrid: Onde: (corretamente mapeados "acho", pois verifiquei cada um) <link href="~/Content/themes/base/jquery-ui.css" rel="stylesheet" /> <link href="~/Content/jquery.jqGrid/" rel="stylesheet" /> <script src="~/Scripts/jquery-1.3.2.min.js"></script> <script src="~/Scripts/jquery-ui-1.10.0.js"></script> <script src="~/Scripts/i18n/grid.locale-pt-br.js"></script> <script src="~/Scripts/jquery.jqGrid.min.js"></script> (Esta parte tenho 100% de certeza, então não vou detalhar pois nem chega a se carregado o JqGrid) <asp:Content ID="indexContent" ContentPlaceHolderID="HeadContent" runat="server"> <script type="text/javascript"> jQuery(document).ready(function () { jQuery("#list").jqGrid({ url: '/agconhs/GetGridData/', datatype: 'json', mtype: 'GET', ... ... ... ... }); </script> </asp:Content> <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server"> Detalhe do Frete <table id="list" class="scroll" cellpadding="0" cellspacing="0" width="100%"></table> <div id="pager" class="scroll" style="text-align: center;"> </div> Notas Fiscais <table id="OrderList" class="scroll" cellpadding="0" cellspacing="0"></table> <div id="OrderPager" class="scroll" style="text-align: center;"> </div> </asp:Content> Como resultado somente as Divs aparecem no client. Ao inspecionar elemento (Chrome): Failed to load resource: the server responded with a status of 403 (Forbidden):http://localhost:51431/Content/jquery.jqGrid/ Uncaught TypeError: $.isPlainObject is not a function: jquery-ui-1.10.0.js:460 Uncaught TypeError: $.isPlainObject is not a function:Index:65 Muito obrigado. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
GAMBLER
Link para o comentário
Compartilhar em outros sites
0 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.