Questions tagged as 'jquery'

1
answer

reuse jquery clones in another div

I have a Html section that is cloned and populated through jquery , however I need to use the same cloned structure in another location, keeping clear the first cloned if they were two places with the same clones - I do not know and possible...
asked by 11.12.2017 / 14:52
1
answer

JSON communication between domains with Cordova [closed]

I need the application to communicate with a server via JSON to log in. How to do? Note: Just a simple communication via JSON using Cordova, where the answer was very enlightening.     
asked by 24.11.2017 / 16:52
1
answer

Bootstrap-Table Jquery how to individually edit a column in the event of loading table?

Bootstrap-Table Jquery how to individually edit a column in the event of loading table? I've tried unsuccessfully using the all.bs.table and data-load-success events. for(i=0;i < data.length; i++) { total_media = parseFloat(total_med...
asked by 23.09.2017 / 06:07
1
answer

Switch texts by images [closed]

Good evening, how can I change the texts (Background 1, Background 2, Background 3) by images? DEMO Thank you !!     
asked by 23.08.2017 / 02:48
1
answer

Drag drop jquery ui dialog box / html / css

Personal in an application I would like to basically drag a div that is inside the dialog box and put it in some other one. When trying to do with my code the div tends to disappear when I start to throw out. Follow the link for verification. s...
asked by 28.06.2018 / 00:53
1
answer

Validate mail input using Jquery.MaskedInput and / or Jquery

Hello, I need to validate an email input. I inserted JQuery in HTML and a plugin I found, Jquery.maskedInput. I was able to make masks for phone, cep, cpf, but for email I do not know how to proceed. Below is an input I made from CPF and it work...
asked by 23.01.2018 / 00:08
1
answer

Required fields in session with local storage

I developed a form with localstorage in this site here but inside it has two inputs one for name and another for salary but I needed these fields it is mandatory because when they are not filled in and the user clicks next the fields are blank...
asked by 07.08.2017 / 18:52
1
answer

Add fields with JQuery

I'm using a JQuery command to dynamically add and remove fields on a form. $(document).ready(function(){ var _espc_clone_index=0; $("#add_espc").click(function(){ _espc_clone_index++; $(this).parent().after($("#...
asked by 05.09.2017 / 03:55
1
answer

Verification return is sent three times

By clicking the button, run this code down It was to generate only one position of the array. In the case it is generated 3 positions, as if it had happened 3 tests $(document).on('click','#btnSegundaEtapa',function () { var arrayObjCa...
asked by 29.08.2017 / 20:02
1
answer

show total value with more than one select

What I want to do is that as I go by selecting the quantity of each product it will add up and then multiply by the unit value <script language='javascript'> function atualizarValorTotal() { $(document).ready(function(){...
asked by 13.09.2017 / 09:47