Questions tagged as 'jquery'

2
answers

Jquery trigger error

This div , by default when moving the mouse over it moves with CSS3 , now with jquery I try that every 1000ms , a throw was sent as if they were passing the mouse , because it moves constantly every 1 second (1000m...
asked by 19.06.2017 / 22:58
1
answer

Change data from an input created dynamically?

I'm trying to change the data in an input field that I dynamically create through jquery. I tried with: $(document).on('keyup', '.albaran', function () { var albaran = $(this).val(); $.ajax({ type: "POST", url: '@Url.Actio...
asked by 15.06.2017 / 15:45
0
answers

Put a subtable in an HTML table - JQuery

In the box view are all the sales made in the detail part there is a click that has to be displayed to show its detail, I do not know if I let myself understand. So far I have created the subtable but I still can not place it in the when I click...
asked by 15.06.2017 / 22:12
0
answers

upload data from ajax to datalist

hello I want to bring a list from my database but I already bring it what happens is that it does not show me and I really do not know what to do and a little help I liked. function filtro() { // var valor = document.getElementById("d...
asked by 14.06.2017 / 21:34
5
answers

Jquery event when entering input? [closed]

I have an input with the albaran class and I want to trigger this event when I enter the input, but I have not succeeded. $('.albaran').on('focus', function () { console.log($(this).data('error')); });     
asked by 14.06.2017 / 22:22
1
answer

Save id of a cycled image (php / Javascript)

Hi, I'm new to jquery ... I'm looking for information on how to save an id of a cycled image after this I need to take that id and use it in a form Ex: I have multiple services such as selling: Tasones Dishes Glasses Etc. After that at...
asked by 10.06.2017 / 22:36
0
answers

how to link a url on a button inside a jquery function

with a jquery function I fill a table with the data I need and I have two buttons in the table one for the details of that element and the other to edit it that will allow me to access a url given the element listed in the table, as I do to link...
asked by 10.06.2017 / 16:11
1
answer

PHP I'm not going to the jquery function that I call

I have been working with php for a short time and I get confused about many things. I have a php program called classificacion.php that only reads a table with the data of a classification table, the 1st field is idclaf, which is the code with w...
asked by 07.06.2017 / 07:38
3
answers

Problems with the responsive JavaScript and jQuery

I have a responsive problem on a web page. What happens is that I am adding a sandbox and therein a iframe and I get cut, that is, it is not displayed completely. This is the code: <!DOCTYPE HTML> <html lang="es">...
asked by 12.06.2017 / 14:52
1
answer

Div container just keep the last div and do not accumulate

The JS I use fills the div class .ajax-file-upload-container is filled with another div <div class="ajax-file-upload-statusbar" style="display: none; width: 420px;"> and while it is still selected with the file eleme...
asked by 21.06.2017 / 15:20