Questions tagged as 'jquery'

1
answer

Values of the input radio remain inside an array

I do not know if it was clear in my question, but I have the following form: WhenonemorefieldisaddedandwhenisitselectedforexampleCollaredChildren?inthesecondfield,itunchecksthefirst.Seebelow: HowcanImakesurethatbyalwaysselectingtheothercreat...
asked by 03.11.2018 / 16:54
1
answer

Keep data when you click back

I have a page that contains a PivotTable where the user adds new rows and then clicks a button to calculate the order value where I point to a new page showing the total order value and some other information. > The problem is that when he cli...
asked by 07.11.2018 / 01:39
1
answer

Jquery JavaScript Click Counter

I'm applying image attributes and names via Jquery through an array of images and names. The image below illustrates the images of the loaded array. WhenIclickondisplaythenameoftheimagecontainedinthearray.Belowtheimageillustrateswhathappensw...
asked by 18.12.2018 / 17:52
1
answer

Replace input text field with button while maintaining filter functionality in JavaScript

I found this filter in javascript that is working fine, but it is a text-type input, and I would like to convert the input into hrefs links, but I have not yet achieved    As it is: $(function(){ $("#filtro").keyup(function(){...
asked by 30.10.2018 / 16:09
1
answer

Problem with Isotope and loadmore

I've customized an isotope script with the "loadmre" function. It is working correctly, but by clicking on any of the filters, the "hidden" class is removed and a "hole" in the footer is left. I tried to change in Jquery the statement to a...
asked by 24.12.2018 / 21:01
2
answers

Validate form - Step by Step (Javascript)

I'm making a form based on this template: link But I need validation done for the fields! You can not go to the next STEP until this validation. I'm not finding a solution for this type of form, what form to validate? I believe it is...
asked by 26.12.2018 / 14:16
1
answer

.on load - does not work JQUERY

Seriously, I could not understand. I used to always use the jquery load function like this: $('#db0077').load('/inc/aula.php', function(){ alert('dentro do load'); }); Now this function is deprecated. So I saw that I have to...
asked by 01.12.2018 / 19:38
1
answer

Doubt with logic to select div

I have the following problem, when I click on a div it should be with the background-color black and the color of the background color, it is working normally, but only when you click on a div just once, in the second click the div that is c...
asked by 28.10.2018 / 15:20
2
answers

Adding values from a td column

I would like to know how to calculate the values of a column and play in a field. They are automatically loaded Thisisthehtmlofthetable.Iwanttoaddthevaluesinthevalue_postercolumnandplayintheqtdtotalfieldjustbelow.<tableclass="table table-...
asked by 30.10.2018 / 12:34
2
answers

How do I get my jQuery to scroll through this table correctly?

I created a script to go through the table and return a console.log of the content in it, but in the first few lines does not take the name of the Course, just the prices. I saw that in the table TD where it says RIGHT, it has a rowspan = 2 i...
asked by 08.11.2018 / 17:21