Questions tagged as 'jquery'

1
answer

Create post with ajax and laravel

Greetings to all, I have an inconvenience with ajax and I am quite new with js, I have a comment system in laravel, I have already managed to edit the comments through ajax but now I have a problem when creating them, this is my code. Here co...
asked by 11.06.2017 / 06:41
1
answer

Obtain PROMPT values with AJAX

Good evening. How can I get the values that have been entered through a JS prompt to use that data in a database? I understand that it is with AJAX, and I have developed this code, but it does not take any action on the code. <!-- Cam...
asked by 24.05.2017 / 23:20
1
answer

DataTables warning: table id = T_Pd - Invalid JSON response

I have the JSON invalid response problem but the answer is correct. My problem is that I want to bring data to a JQuery DataTable, by means of an AJAX query sending 3 parameters. the part that fails is when it brings the answer in JSON format...
asked by 05.06.2017 / 22:36
1
answer

Why focus event is triggered 2 times?

I have an INPUT, I try to automatically register when the focus is on it. By making focus sent a message to ask if you are sure to record the current date (could be a mistake finger) and here is my problem, because the message is repeated 2 time...
asked by 10.04.2017 / 02:14
1
answer

You lose synchronism by increasing the time interval

I have the following problem, increasing the time of setInterval . Explain what it is, I have two text one on the right side and the other on the left side. On the right side I have a word which I look for in a group of words that I have o...
asked by 21.04.2017 / 01:28
1
answer

Conditional within series of HighCharts

How do I condition the number of series I want displayed on my Highcharts ? That is: If the value% co_of% is equal to 1 that shows the following: series: [{ name: '<span style="font-size: 65%">' + datos.fecha[0]...
asked by 16.03.2017 / 22:42
1
answer

Get SelectedIndex from DropDownList - ASP .NET MVC 2 from Javascript

I have a page with MVC 2 , which I had in .aspx , Javascript code, but since I need to use that page from a < em> widget native to iOS , I want to analyze an XML . I had to remove the Javascript code to a separate file because the &a...
asked by 18.01.2017 / 22:15
1
answer

Consult Youtube API from jquery

Is it possible to consume that API from jquery? If I could do it but from PHP, when doing a post like that in jquery: $.post("https://www.googleapis.com/youtube/v3/videos?id=VO7wstoK_gI&key=AIzaSyDolRu-zJQdK38G52I_rdxqRqruHx2PSBc&part...
asked by 28.03.2017 / 18:41
1
answer

Modify element ranges of MarkerClusterer v3 Gmap.js

Query: I need to modify the ranges of elements that are grouped in MarkerClusterer, so that when the color clusters appear (which in the end are images that I set myself), each one represents a number of elements determined by me, and not the on...
asked by 15.11.2016 / 15:21
1
answer

How to view a PDF file in the browser?

I have a project in the ASP.NET Web API which is consumed by a web application in html, I have a form in which I sent information and a PDF file, this is done with formdata , the PDF file is saved in a folder on the server with the origina...
asked by 11.11.2016 / 01:28