Questions tagged as 'jquery'

0
answers

Fail to calculate input data when editing a page, it only works when creating

I am using symfony 2.8 with php7.0 and I have a form that calculates a data with javascript. The detail is that it works well when creating a new record but if I am going to edit a record already saved the function of calculating does not work h...
asked by 05.12.2017 / 04:05
0
answers

Copy Phone complete with country code with extension intl-tel-input [closed]

I have a problem using the extension intl-tel-input ( link ) Start the CDN: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.5/css/intlTelInput.css"> <script src="https://cdnjs.cloudflare.c...
asked by 06.12.2017 / 16:44
1
answer

I want to send a file in a JSON using an AJAX without using formData, is it possible?

I have a form that I sent with an ajax. I extract the data with jquery and I put them in prototype to send them in ajax with a dataType: 'json'. Come on normal. var datos = { nombre : $('#nombre').val() } $.ajax({ url: '../...
asked by 18.01.2018 / 17:26
0
answers

Horizontal Scroll

Boys, I have this doubt. I have a jquery that works well on a mac, but on windows it gives me problems. To leave it in context ... I have a horizontal scroll that when I scroll it passes images and everything, once it finishes it allows to go...
asked by 11.12.2017 / 17:12
1
answer

Select Start Date - End Date FullCalendar

Good afternoon, my question is this: When I click on "Open calendar" I need to obtain a start date and an end date and store them in a separate hidden input each, and once the calendar is selected it is done disabled What would lead to control t...
asked by 01.12.2017 / 18:45
0
answers

How do I convert a BLOB url: xxxxxxxxxx that I use in a picture preview a BLOB or FILE

I'm doing a project in which I want to upload images to a server, but before sending it to the server, a preview of the image is shown, for that I use the following code. It is worth mentioning that the user can choose several images and several...
asked by 19.12.2017 / 17:15
0
answers

How to set the Print button of the Preview to print directly?

I have the following function that prints to generate preview: <script src="Scripts/jquery-1.10.2.min.js"></script> <script> $(document).ready(function () { $("input#imprime").on('click', function (ev) {...
asked by 16.11.2017 / 17:30
1
answer

Help, make consultation with ajax, json, php

Greetings friends, I am currently solving an exercise in which I want to make a query without having to reload the page, for this reason I am using ajax ... But I have been several hours and nothing that I have with the solution, e watched some...
asked by 16.11.2017 / 11:13
0
answers

Problem pressing Next button- does not jump to the next TAB (step1 to step2)

//Funcion para obtener el valor del radiobutton y cambiar al tab siguiente $(document).ready(function() { var sw =''; var Nombre = ''; var Apellido =''; var Correo ='';...
asked by 17.11.2017 / 15:29
0
answers

Modify a JSON file with $ getJSON (JavaScript)

I have the following code: $.getJSON("config.json", function(json) { json.Lanzador.nombre = nombre; }); where: name: is the value I want to assign; config.json: is the json file that I want to modify json.Lanzador.nombre: follo...
asked by 17.11.2017 / 11:02