Questions tagged as 'jquery'

3
answers

Problems with hover image transform: skewX CSS

I am wanting to add a title for each image when I do the hover and I would like to place it as the example of the attached image, the problem that I was testing and it does not allow me to position it over the image and that is in the top limit,...
asked by 18.12.2017 / 14:42
2
answers

html select puts it twice on screen

When I write a htlm select it makes it normal on the screen, but when I do multiselect with jquery, I duplicate it HTML this is the html code <div class="form-group"> <label for="SelectdestinoP" class="col-lg-2 control-...
asked by 18.12.2017 / 18:50
0
answers

bootstrap selector with variable ajax

I'm new to web programming, I'm doing some practice and I'm stuck. Apart from never having used this type of languages I work with the inherited code of another person with whom I have no possibility to contact. Based on the structuring of all t...
asked by 11.12.2017 / 10:06
1
answer

Script error when loading website in Firefox

I have a problem that happened out of nowhere, although obviously there is a cause but I have not been able to identify it. When loading a site already in the remote server, this one never finishes loading, in the load bar the icon of "loading"...
asked by 13.12.2017 / 22:33
1
answer

Leave the corresponding checkboxes marked

Good morning I have a list of candidates that can be associated to a certain vacancy, from the checkbox I validate that if that selected candidate is already associated, send a modal with that message and therefore if you select another one that...
asked by 11.12.2017 / 16:59
1
answer

How to manipulate a selected element in select2

I have this code and I would like to know how to save the selected data in a variable to manipulate them as json. I have already managed to create the values through json data. function customMatcher(params, data) { //show childs...
asked by 11.12.2017 / 21:10
2
answers

How to put data in input, depending on the value of a combobox?

I have a combobox where I select a table called 'sites', within this table I have the columns (Reference, Site, Address, Phone, City) and the column "Site" are the data that are displayed in the combobox . What I could not do is that depending...
asked by 10.12.2017 / 02:56
0
answers

Error with checkbox when passing html by ajax

I have trouble wanting to call a jsp per ajax the checkbox stop working when I send a call to jsp per ajax , but if I reload the page the checkbox work without problem I do not know if I am omitting any data to go...
asked by 12.12.2017 / 20:50
1
answer

Empty values when bringing them from a jquery table

It turns out that I have this function function showData(){ var valores = []; $(this).parents("tr").find("td").each(function() { valores.push($(this).text()); }); alert(valores); } which is supposed to show all the values of a selected ro...
asked by 08.12.2017 / 17:30
2
answers

How can I send the id of a data to a modal?

This is the document from which I will send the id <script type="text/javascript" src="ajax/paid/ajax.js"></script> <script type="text/javascript"> $(function(){ $("#btnPaid").cl...
asked by 08.12.2017 / 22:33