Questions tagged as 'jquery'

2
answers

Color transition effect in navbar of a bootstrap template in Rails

Hello, I'm using a startbootstrap template, the Agency, I was able to import it into the Rails project, I put the theme in the vendor folder, I imported the scss in the application.scss and I put the requirements in aplication.js, agency.css, sty...
asked by 13.03.2017 / 06:23
1
answer

Delete button does not work

I have this code to register and delete registration by ajax, the button Sign up It works more when I click Delete, it returns    Ajax Submit Failed to delete guest But you are deleting the bank already. Can you tell me where the error...
asked by 03.04.2017 / 09:20
1
answer

Block mobile browser popup by pressing screen element

Description: A friend is developing an application where a web page is accessed and when interacting with the elements is sent to a PHP commands file to manipulate a robot with Arduino . For now we are doing only connect the le...
asked by 26.02.2017 / 01:53
1
answer

How to loop with jquery without duplicates

I wanted to know if you can loop inside the other using the each function without duplicating the values Example var cor = ["branco", "preto"]; var exa = ["#FFF" ,"#000"]; $.each(cor, function(index, values){ $.each(exa, functi...
asked by 25.02.2017 / 22:17
1
answer

Verify that the Column has a Blank or Empty value

Good morning. I'm trying to verify that the column of a Parent-Child table has gone blank. Can anyone help me? // VERIFICA SE ALGUM COLUNA FICOU EM BRANCO var elVlr = $('#itensInventario tbody > tr > td input.linhaItemInventario'); $.eac...
asked by 01.03.2017 / 15:22
2
answers

problem with click event reference inside a div

I am having a reference problem in the click event, I do not know what is preventing the functionality of the jquery click function, here is my code below for analysis: div = $('#container_principal_box_pesquisa');...
asked by 28.02.2017 / 15:27
1
answer

How to activate counter with a given scroll

I have the following problem, I need to activate a counter when the scroll scroller to the div where the numbers are, but in my code the counter works and then it seems that it activates the function again, I tried using a preventDefault () wi...
asked by 16.03.2017 / 16:09
0
answers

Change the quantity and change the final value of the cart

Colleagues, I have this cart: Iwouldliketomakewhenaddingordecreasingthecartquantity(img1),changethesubtotalandtotalpurchase(img2and3)withoutrefreshonthepage.ThecodeIhavefromimg1followsbelow:Thevaluesarestoredasfollows:<tdclass="invert">...
asked by 16.03.2017 / 11:43
1
answer

How to dynamically generate and access div's

I'm trying to build a preview of images, but I need each one to be independent, I'm facing a problem that I can not solve. I need to access id's dynamically with JQuery, can anyone give a light? Code below for review: <div id="container_...
asked by 11.03.2017 / 15:52
1
answer

how to open only one field

I'm having the following problem when asking for jquery to open the form it ends up opening all at once to send a reply in the comment, but I need it to open just what I clicked as I do this. Follow the codes. javascript $(document).ready(f...
asked by 11.03.2017 / 18:14