Questions tagged as 'jquery'

1
answer

Problem with Autocomplete Jquery ui and Clone ()

I have a problem trying to apply jQuery AutoComplete to multiple rows in a table when clone jQuery is used. The "autocomplete" works in the first row but does not work when additional rows are added to the table. I hope you...
asked by 08.09.2017 / 15:17
1
answer

How to send values of ckeckboxes not selected and selected to a single array (and try to hide) php?

Hello again with my form return this time I have problems with a checkbox by the way and try the hidden button that I'm not so lazy search in Google and it worked but for a single input but I realized that by sending several inputs I I marked an...
asked by 08.09.2017 / 17:25
1
answer

Pass a value from a script to php

I have the following function: function distribucion_referencia(value) { var pago_total=cantidad_pagar_total.value; alert(pago_total/value); var pago_fracción = "" + (pago_total/value);...
asked by 08.09.2017 / 17:32
3
answers

Doubt about hide () and show () in jquery

I am very new to web programming and I have some doubts about the hide () and show () of jquery. There goes: We have a website where a lot of images are loaded in a grid format (about 140). When we open / load the web page, the images are...
asked by 08.09.2017 / 11:40
1
answer

Insert value of chekbox not selected in fix already in client or server with the same name and insert dynamically?

Hi, I know it's a very simple thing. In fact, I tried to solve this on the client's side, but I decided to try to do this in the database directly in order to continue with my project, I would appreciate corrected my code. The problem is with th...
asked by 11.09.2017 / 18:46
0
answers

How to clone row without the checkbox?

to clone a row or more than one depending on the checkbox works fine but when you perform for the second time clones 2 times the same row or rows and so if they are three times then three times more the same row or rows The question is ho...
asked by 06.09.2017 / 18:08
1
answer

Checkboxes values are not obtained until click event

I have a function that executes a query and I obtain a data which I assemble inputs of type checkboxes in the following way: function checkboxPlagues(id){ $.ajax({ url: getBaseUri() + 'planthealth/getplagues/'+ id, dataType...
asked by 26.09.2017 / 01:50
1
answer

Classes (css) of Pickadate.js in Materialize

Good community, I have an inconvenience with pickdate I need to remove a css class from the calendar. The classes I want to disable are: 1) .picker__day - highlighted 2) .picker__day.picker__day - today In order to remove the color (green) as o...
asked by 09.09.2017 / 22:25
1
answer

Image gallery with manager

Good! someone can guide me or pass a tutorial where they give me an idea of what method to use if I want to create a gallery of images that can be added: add new image, delete image, modify. This I want to add to my website and modify everything...
asked by 10.09.2017 / 08:08
1
answer

help with php and jquery function

Hello, I happen to have the following: $("#frmAcceso").on('submit',function(e) { e.preventDefault(); logina=$("#logina").val(); clavea=$("#clavea").val(); if ((logina!="") && (clavea !="")) {...
asked by 09.09.2017 / 06:03