Questions tagged as 'jquery'

0
answers

Filter results in datatable

I have a datatable that I filled with a JSON, which results in the prices of orders, I want to make that when using a select and a button you can filter the information according to the month of registration. This is the table: <table id...
asked by 27.06.2018 / 16:26
1
answer

Jquery undefined

I'm using VS 2013 to create a detail master view, for now when I click on the list with Jquery I should get the Id from the record, but I get undefined @model IEnumerable<MasterDetailsMVC4.Models.Orders> @{ ViewBag.Title = "Home Pag...
asked by 26.06.2018 / 00:47
1
answer

Send two variable of a radius and a select using JQuery

I want to send two variables using JQuery, The first variable is going to be selected by a RADIUS and the second variable by means of a SELECT and now I want those two variables to be sent to another file, so that I can upload those two variable...
asked by 26.06.2018 / 19:33
1
answer

problems with scrollRight

Hi friends, I'm trying to make a footbridge of images, well I'm doing it in the following way a div with overflow-x: sroll; , inside the div 5 or 6 images that when clicking a button, they go through and then hiding the scroll and then move it t...
asked by 26.07.2018 / 20:03
2
answers

Remove elements from an array

Good day, I'm trying to delete an index of an array of in input type file but in the different tests that I have done or delete the first or the last one even using splice . var arrayFiles = []; $("#fileUpload").on('chang...
asked by 25.06.2018 / 06:32
0
answers

add an input file with jquery to an array

Good day masters, I have this code var taskArray = new Array(); $('.task').change(function(event) { $('.task').each(function(){ //alert(this.files[0]); taskArray.push(this.files); }); });...
asked by 23.06.2018 / 18:43
1
answer

Can a javascript function be executed from a Controller with an ActionResult?

I do not know if I can but I need to execute a javascript instruction that returns a value to me. But I need to do it from an ActionResult of a controller in ASP.NET MVC Clarification: I already know that it is a client code in the server cod...
asked by 23.06.2018 / 00:31
0
answers

plot line in FLOT.JS

I have a question, I have been using the highchart library to generate some graphics, but I realize that I need a license to use it in a production environment, and now I need to use a free library and I have chosen FLOT.JS but I do not know h...
asked by 26.06.2018 / 14:35
1
answer

Jquery: ReferenceError: $ is not defined [closed]

The browser returns the error: ReferenceError: $ is not defined with the following script. $(document).ready(function(){ (function($) { "use strict"; jQuery.validator.addMethod('answercheck', function (value, el...
asked by 26.06.2018 / 07:25
0
answers

DataTables replace point with comma

I am working with DataTables and a problem has arisen with the rendering of decimals, according to the documentation of < a href="https://datatables.net/manual/data/renderers#Number-helper"> render would be done as follows: { data: 'e...
asked by 02.07.2018 / 13:18