Questions tagged as 'jquery'

1
answer

How to keep my data kept in my html table

I am developing an application, in which I have a pair of textbox as input, the objective is that, the user write an order number in the input and make a query to the database to get information from that number of order and at the end place tha...
asked by 14.06.2018 / 14:09
0
answers

JQuery plugin does not work on my computer but on other

I have a project created with Angular + JHipster. I needed to insert a slider called Owl Carousel, but it did not work. Suddenly, I realized that I was receiving the following error in the component.ts file of the module where I want to use i...
asked by 24.06.2018 / 07:40
1
answer

Add JSON to HTML from JQuery

I need to add all my information that I have in the JSON to the HTML from JQuery, but the inconvenience that I get is that I get lost with the many fixes that I have (they are few). I need to know if there is any other way that is easier to p...
asked by 15.06.2018 / 02:50
2
answers

Having an input hidden and clicking on a button

good day, I hope you can help me with this I comment in great detail. I have my page which from the beginning shows an input text in which certain information is placed, it is important that this input is there. The detail is that I need to hide...
asked by 12.06.2018 / 22:04
3
answers

$ .ajax is not a function

I have an error when sending data by ajax, it marks me an error in the function $.ajax() but I already checked the documentation and the code is ok. This error marks me    status.js: 29 Uncaught TypeError: $ .ajax is not a function...
asked by 15.08.2017 / 03:01
2
answers

How to make the success of a javascript plugin

I try to make an autocomplete plugin without using any libraries other than jquery and bootstrap. Well my question is as follows. I would like to return the value when I click on the autocomplete drop-down and then the data that returns me to...
asked by 14.06.2018 / 19:48
1
answer

How to upload image from a cell phone to the server?

I have a problem uploading images to the server from a mobile device. When I run my web application from the computer everything works correctly, the images go up without problems. But when I do it from a cell phone, I do not load the images tha...
asked by 14.06.2018 / 19:04
1
answer

problem with a pdf in iframe, the download button does not work

I have been with this problem for a few days, on my website I created a button to open a PDF in iframe on another page, but the problem is that once the page is opened it does not finish loading and second is that the button to download the pdf...
asked by 13.06.2018 / 04:55
1
answer

Add Attribute to inputs but with same class

I have different inputs type checkbox with a value ="{"valor":"1"}" or value ="{"valor":"0"}" . For example: <input type="checkbox" id="switch" name="switch" value ="{"valor":"1"}" "> <input type="checkbox"...
asked by 12.06.2018 / 17:14
0
answers

Trigger in vue js and laravel

I'm doing a section to edit the selection of municipality and city I select them with this function: $("#departamento").val('{{$usuario->fk_id_departamento}}').trigger("change"); which works but when I change the function I use with V...
asked by 11.06.2018 / 15:19