Questions tagged as 'jquery'

2
answers

Onload download

Hi, I would like to know how I can make a script that just load the page start a download, without any    < 'a href="" > or anything that involves clicks. I searched everywhere but I did not find it. Greetings     
asked by 10.03.2018 / 14:53
2
answers

Error trying to capture the value of an @ Html.DropDownList

I have a form and I show a @ Html.DropDownList, the data that I am passing was passed through a ViewBag which instantiated at the beginning of the view, when trying to get the value the jquery generates the following error Uncaught Error: Synt...
asked by 15.03.2018 / 17:28
0
answers

How to return an Ajax response to my view from a controller in Zend Framework 1?

I tell you, I'm trying to return a data to my personal search, what I do is make an ajax call to the server, specifically to the action maintenance / validate registration, this data is shown in a console.log (response), just to test , but when...
asked by 09.03.2018 / 20:09
0
answers

Use JS file variables in Vue2

I acquired a theme designed in Bootstrap 3 and I want to use it in a project that has Vue2 as frontend. I have no problems loading the .css files, my problem is when I load the .js files that the theme needs. The structure of the project is as f...
asked by 08.03.2018 / 02:31
1
answer

Problems executing my vote script js

When I execute the input (BTN) it counts all the rows of the products of the DB, it is not telling me when I select only a specific product: My table is called "products" id Nombre precio stock ruta voto 1 Camisas $5.00...
asked by 08.03.2018 / 04:27
0
answers

Fileinput Bootstrap - in modal I can not filter by id

I have a list of records with which I want to have the possibility to upload images for each one and build an independent carousel. To separate them I create a folder whose name is the registration id. I am using this library and in the tradi...
asked by 08.03.2018 / 18:29
1
answer

JQuery Globalizations incorrectly returns decimals

good morning people. I am here to annoy you, because I have been fighting this issue for several days and I can not solve it. I tell you ... I am trying to convert certain numbers entered in decimals with the format corresponding to my cou...
asked by 05.03.2018 / 12:46
0
answers

Print with Jquery

I am printing a modal window with all its content, but I do not want to open the dialog to select a printer since I have only one thermal printer and I have it configured, is there any parameter to print directly to the printer? $(document).o...
asked by 15.03.2018 / 00:59
3
answers

Incorrect date format when using DatePicker

I have a DateTime field with its BootstrapDatePicker like the following: <div class='input-group date' id='datetimepicker1'> @Html.TextBoxFor(m => m.DatePicker, new { @class = "form-control" }) @Html.ValidationMessageF...
asked by 07.03.2018 / 01:01
0
answers

Jquery, validate a Post call within a block .submit

I am trying to validate in a submit block with a post call in which I consult a web service, and depending on the result I allow the submit or not, but it never enters the post function and makes the submit automatically. this is the code $...
asked by 03.03.2018 / 21:44