Questions tagged as 'jquery'

1
answer

Remove mandatory input with angular

I have a question with angularjs, I am doing a registration form, and have a certain form that I am doing a validation and has an option to insert several phones, it inserts the phones clears the input data and goes to a list with angular repeat...
asked by 11.03.2017 / 17:20
0
answers

Why does Lightbox effect of Simple Image Gallery not work in SP PageBuilder?

I'm creating a site in joomla and now I came across a bug that I can not solve. I use the pagebuider SP page builder and Helix3 template and added the Simple Image Gallery extension to the site in an article. The thumbnails appear perfectly, but...
asked by 23.02.2017 / 17:58
0
answers

Calculate and Recalculate

I made this function to get the notes filled and when I do onload calculate correctly. When I use the onkeypress="somaNotas" function that is in each input it calculates everything wrong. Someone has an idea of what I'm doing wrong. functio...
asked by 23.02.2017 / 17:45
0
answers

How to send a dynamic image to PHP with the jQuery ajax function

I have a blank div, which dynamically receives an image, almost as soon as the page loads, this image is the crop of the original image, I'm getting it through the code: $('.class > img') However when I play this in the ajax function...
asked by 07.03.2017 / 14:39
1
answer

Catch Image Separately with Jquery

I have a problem that I think will be very simple for you. I've done a preview of images and I need to remove each image separately, but I'm not getting it, I'm trying to get the id. The images are inside a div called output_box_photo. I created...
asked by 07.03.2017 / 15:45
1
answer

Recover data from the localStorage in its given input!

I have a code that dynamically registers the input data in the localStorage. I am trying to recover the data registered in their respective inputs, but without success. This is the code to recover the data, but only retrieve the first data...
asked by 24.02.2017 / 19:34
1
answer

Jquery Table Selector with bootstrap

I have a table in bootstrap and in one of the columns I have a hidden record button. I wanted to click on the existing input, that this button appeared. I'm tired of trying to do several selector methods but so far none has worked. What I...
asked by 07.03.2017 / 14:13
2
answers

jQuery AutoComplete with GenericHandler Error 404

I'm doing an input with an AutoComplete function, but typing it returns on the console with a 404 error. Here's the code: $(document).ready(function () { $("#ListaNCM").autocomplete({ source: "ListaAuto.ashx" }); }); And the Generic H...
asked by 03.03.2017 / 14:34
1
answer

How to get ID of inputs generated dynamically within DIV ''

I would like to know how I can get the hidden input IDs that were generated dynamically within the DIV via Jquery. I have tried the following but it does not work: $(document).on('click', '.div_desc_prod', function() { alert($(".id_prod...
asked by 21.02.2017 / 19:45
1
answer

Run function.php with confirm boostbox.js

I have a database.php file where I have the following functions: class Conexao(){ function Conexao(){} function Inserir(){} function Update(){} function select(){} function edit(){} } I have a pagina.php...
asked by 22.02.2017 / 03:59