Questions tagged as 'jquery'

1
answer

show selected file modified file file

Good morning: I am trying to customize the input file of a form, but when I put the corresponding styles, it is modified well, when I give it to select the file the window opens, but when I select it, then the name of the file does not appear...
asked by 03.11.2017 / 10:24
2
answers

filter with content text

I use this statement to perform a filtering on a JSON object variable: var a = $(Data2).contains(function (index, value) { return value.ApPaterno === Apellido; }); It works correctly but as long as the text is exactly the same, is the...
asked by 31.08.2017 / 15:16
4
answers

How to use the br tag in jquery?

I start by telling you that I have no experience with jquery and at this moment I just want to give a space each time I add an input but I can not find the form, I have put the label here and it does not work: $(container).append('<input ty...
asked by 28.08.2017 / 22:51
2
answers

Error Can not set property '_DT_CellIndex' of undefined jquerydatatable

I am using PHP and when I put data into the jquery datatable the datatable style is lost, I get the following error in the console. <?php include 'inc/conexion.php'; $query ="SELECT * FROM user "; $result = mysqli_query(...
asked by 07.09.2017 / 16:49
1
answer

Operation of form when changing it from input to select [closed]

In a contact data submission form, I previously had a input in which the user entered their country. Now I had to change the input for a select , for the user to choose the country from a list. Aesthetically everything wor...
asked by 28.08.2017 / 14:18
1
answer

Arrangement of JQuery Dates

Someone who can help me make an arrangement of dates, with JQuery. I want to make an arrangement of dates "approximately 6 or more", from a given date, the date will be assigned by the user in an input, once the user selects the date: var...
asked by 22.11.2017 / 20:36
1
answer

get the form values by ajax and pass it to a query

I have a form to filter the data to generate graphs of survey data <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"...
asked by 23.11.2017 / 19:19
1
answer

Jquery Selector

Good I am trying to make a query to a database with AJAX once the user has entered values in 3 input. The query must enter the results in the datalist of a 4th input. The problem I have in the selector, I have done it by nesting them so that if...
asked by 25.08.2017 / 13:29
2
answers

Show part of the image and visualize it all when clicking

I have this screen What I want to do is show only a piece of the image, as 50% of the height shown now is the one I want to cut and when the user clicks on the image that opens up as well as on a modal. I'm just learning boostrap and wh...
asked by 25.08.2017 / 20:52
2
answers

Go through list of objects in JSON

I have this JSON { "cod": "200", "message": 0.0025, "cnt": 40, "list": [ { "dt": 1503586800, "main": { "temp": 307.92, "temp_min": 307.92, "temp_max":...
asked by 24.08.2017 / 14:05