Questions tagged as 'jquery'

1
answer

Problem with registering jquery

I have an ASP.NET application with the structure Next: ProjetoWeb (raiz projeto) Compartilhado (pasta) |---Scripts (pasta) |----jquery-1.8.0.js Masters (pasta) |----Site.master Cadastros (pasta) |----ListarCadastros.ASPX Relatorio (pas...
asked by 21.10.2015 / 19:49
1
answer

Unable to read property

I have a problem that seems simple but I can not find the solution. table = "<div><table class='table table-hover'>"; dados = ""; for(var i = 0; i <= retorno.dados.length; i++) { dados = dados + "<tr><td class='col...
asked by 06.10.2015 / 17:43
1
answer

Drag & Drop with parameter

I'm doing a dynamic form. Where has a button that adds the type of the field (Date, Time, Text, Email, etc). And I wanted to sort those fields with drag and drop. I would need to return the position of the fields, as I will save the order, type...
asked by 19.10.2015 / 19:09
1
answer

Update Listing Information

I have a small problem, in the image below I have a client list. There is a button that opens a modal for editing, it works normal, however after you edit the modal mode, I need to update the information in the list. Belowismycode:[HttpPost]...
asked by 07.10.2015 / 20:42
0
answers

Search link building, combining select?

I'm having a little problem building a search filter for my site. Anyway, I need a filter that shows options that are related to the previous select example: jsFiddle: link var arr_cidades = { sp: ["Sorocaba", "Boituva", "Tatu...
asked by 06.10.2015 / 16:03
0
answers

FullCalendar - Display event date only

Does anyone know if in FullCalendar can only show the date of the events in the calendar. As shown in the example below.     
asked by 06.10.2015 / 20:44
0
answers

I can not modify the encoding of my charts in Google Chart

I'm trying to change the encoding of my chart I made using Google Charts with data coming from a json file. I already changed contentType of $.ajax() but nothing happened. The graph is displayed correctly, the only defect is the le...
asked by 06.10.2015 / 17:40
0
answers

JQuery AutoComplete with Sequence Selection

I have a text field in the database sql server varchar (MAX). I'm using JQuery and C # to do an autocomplete. This is populated by an "autocomplete.ashx" file called by jqyery. My field in the database is a string that is dynamically mo...
asked by 05.10.2015 / 22:42
0
answers

Problem using InteractJS

I have a problem trying to use the InteractJS library as a library. At this moment my code , as you can see, is invoking the necessary files for the correct execution of the example: / p> <link href="css/drag-drop.css" rel="stylesheet"...
asked by 30.08.2015 / 17:06
2
answers

How to keep page updated without refresh?

I'm trying to create a page that stays up-to-date without having to refresh. I created a Javascript function that looks for select and while of another page, but this is generating high CPU consumption and the server faces have...
asked by 10.09.2015 / 05:17