Questions tagged as 'javascript'

0
answers

Highcharts jQuery.getJSON

I want to build a graph using Highchar, where I get Json, but when I create the graph, for example: "column", the bars are not displayed. I loop because the data is received from a table with several columns. Here is the code for better under...
asked by 08.09.2015 / 04:17
1
answer

Problem with jQuery scrollTop () in chrome

Personal speech. I have the following problem, I have a code that identifies when a page scroll occurred to be able to raise my side menu when a scroll is performed. It works in IE and FireFox but does not work in Chrome. Follow the code e...
asked by 23.10.2015 / 19:44
3
answers

Error 500 Internal Server Error [closed]

I'm trying to do a POST query with jquery on my website online but I get the error 500 Internal Server Error, this and the query (jquery): $('#background').load('map_page.php', {'a':'see_member', 'id': id}); The block that receives...
asked by 10.12.2015 / 23:18
0
answers

How to use typeahead in multiple fields at the same time?

Hello, I wanted to know how I can be using typeahead on various inputs. I am using Bootstrap and with it I made a row with some inputs, in the first input I am using typeahead to search words, it is possible to clone thi...
asked by 13.12.2015 / 15:07
0
answers

I can not write text formatted with tinyCME in the database

The code without the text editor writes to the database. After I've placed the editor, the form's submit button does not send data. I'm also interested in recording snippets of programming codes. Below is the form code. <?php if(!isset($_SE...
asked by 17.10.2015 / 03:58
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
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

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

Error updating version of IndexedDB

I'm having trouble updating the version of IndexedDB, it has the following errors.   Uncaught ConstraintError: Failed to execute 'createObjectStore' on 'IDBDatabase': An object store with the specified name already exists. index.js: 11   Erro...
asked by 01.09.2015 / 13:37
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