Questions tagged as 'jquery'

0
answers

How do I personalize the excel that I export from my datatable?

What I want is to update the excel of my datatatable since it contains all the data except one that I must recover from another side and put it in one of its columns. Then I want to do the personalization, jquery code for personalizatio...
asked by 22.05.2018 / 21:37
1
answer

Do you express regular numbers, decimals and commas?

Could you help me please, I have this regular expression: /^\d{1,18}(\.\d{1,2})?$/ The expression accepts numbers and decimals but I want it to also accept commas. Thanks !! This is what I want to get Correct: 10,000.00 Correct: 10...
asked by 25.05.2018 / 00:27
0
answers

404 error when trying to insert using ajax

I am trying to implement inserts via ajax on my web page. I have a .js with the following method: function meterCancion(idUsuario, idCancion) { $.ajax({ url: "insertarCancion.php", data: {idusuario:idUsuario, idcancion:idC...
asked by 20.05.2018 / 10:18
1
answer

Problem getting the value of a select with jquery

It is supposed to change some of the select should go through all the select and take their values but always take the first of each .. function cantperson() { var habs = 2; var i = 1; var cantadult = 0; var cantchild...
asked by 20.05.2018 / 00:59
2
answers

help Input select Dynamic with ajax and jquery

I am new to programming, and I need your support please: By default if you load the data, but I need the client to select this input before saving, it should show "Select", and so the client is obliged to select the input (), choose and save....
asked by 22.05.2018 / 01:09
0
answers

Pass datepicker date to php

I have a datepicker on my website with which I intend to pass the selected date through the url, for example, to update certain information on that website. (I do not want to use Ajax). The problem is that as I have done it, the form always c...
asked by 26.05.2018 / 17:13
0
answers

Why does player.playlist tell me not to function when implementing a plugin in video.js?

Currently I want to implement the library of video.js in a project and to that same library add unplugin so that it makes lists of reproductions of several videos, but when implementing everything it marks me the following: player.playlist is...
asked by 26.05.2018 / 15:56
1
answer

How to show / hide Jquery Sliders UI with buttons

I have a query how I can do to show and hide the Jquery UI slider instead of showing and hiding the type number input. Briefly replace inputs with Sliders I leave code ... $( function() { $( "#slider" ).slider(); $( "#s...
asked by 20.05.2018 / 18:52
0
answers

how to change the bookmark icon if I'm using the gmaps jquery plugins

Please, is there a way to change the bookmark icon using these HTML tags? As well as data-icon="I can put any image". Since I saw several ways to change the bookmark icon but it does not use these HTML tags. the complete code is here...
asked by 16.05.2018 / 20:57
0
answers

sql query sent with an array from jquery

I need to make an sql query with the results of an array so that it picks up some specific bbdd values var array_ch=JSON.stringify(ar); $.ajax({ url:'php/ch.php', type:'POST', data:{ch:array_ch},//aqui esta el array que...
asked by 16.05.2018 / 21:42