Questions tagged as 'jquery'

1
answer

the JavaScript Does not execute the input function type file

I have an error that I could not find how to solve it. I have an input with a class and a js and a special css iborrainputfile that makes the input look nice. The problem is that when I load it from the html it works perfectly, but...
asked by 13.11.2018 / 14:16
1
answer

Create a window like in GMAIL

I'm making a button that when clicked shows a low window, like GMAIL: I get the idea of showing it, but I can not align it in such a way that it looks like the image. This is my code: $(document).ready(function() { $('.boton_ven...
asked by 16.11.2018 / 16:43
1
answer

Insert HTML element inside the first child of another element. JQuery

I want in the following code, to move the element .buscarusuarios within the first TD son of the TR classe fltrow, once the sun starts. I'm a little lost with the CSS3 selectors <form class="buscarusuarios"> <input class="form-control...
asked by 10.11.2018 / 10:38
5
answers

How to make my input text have a separator of thousands and decimals in jquery?

I am trying to make a coin format for my input, which I want to be formatted automatically with thousand separator (",") and decimals; try with several plugins but they do not work for me. function addCommas(nStr) { nStr += '';...
asked by 09.09.2016 / 16:30
1
answer

Insert an HTML element inside the first child TD of a TR with classe XXX

I want in the following code, to move the element .buscarusuarios within the first TD son of the TR classe fltrow, once the sun starts. I'm a little lost with the CSS3 selectors <form class="buscarusuarios"> <input class="form-control...
asked by 10.11.2018 / 09:45
2
answers

How to add an option to a select with jquery in the first position

I have a select which I fill in by clicking on a button, with Jquery $('#lider_id').append("<option value='1' >Josh_reder</option>") But the problem is that .append always puts them at the end of the other option, ie th...
asked by 09.11.2018 / 22:29
0
answers

How to update canvas width and height when resizing image

How can I update the width and heigth of a cava actuamaticamente. What happens is that I have an image to which I resize it, to larger or smaller size and the canvas takes me the original measurement and not the new one that I added to the image...
asked by 09.11.2018 / 19:48
2
answers

Failed PHP query using Jquery

I have a script in which a query is made using jquery, when executing it, it always gives me the error message. Js code: var request = $.ajax({ data: {nombre : document.getElementById("nombre").value, puntos : puntos}, url: "conexion.p...
asked by 08.11.2018 / 19:13
1
answer

add a php function with apped () jquery

I have this div to which I want to inject the html code: <div id="phas"></div> And this is the html code that I want to add, but inside, it has a php function to build the options of a select. var myString = '<label>Sele...
asked by 07.11.2018 / 18:15
1
answer

How to get the text of the selected radio button, jquery?

Good morning. I have the following list of radio buttons: <ul> <li> <label class="label-radio item-content"> <input type="radio" name="entregaPedido" value="2"> <span class="...
asked by 07.11.2018 / 16:54