Questions tagged as 'javascript'

1
answer

How to prevent loading of GIF images and only authorize it when clicking a button? [duplicate]

Self-explanatory title "How do I prevent GIF images from being uploaded and only authorize it at the click of a button?".     
asked by 16.07.2014 / 15:20
3
answers

how to send the CPF number without the dots and dash (Input Mask)

I'm creating a mask with inputMask , but the CPF is sent like this: 222.222.488-19 . And I want it to have the mask of input but at the time of sending it will be without the dots and dash. Type this 22222248819 . My...
asked by 22.11.2018 / 01:14
3
answers

How do I create a floating window in html?

I need a window with table contents that open when I click a link and have a close button.     
asked by 14.09.2014 / 15:49
1
answer

How to manipulate CSS property in Angular JS

I have a function written with jQuery (not Angled) to do the scaling of the minimum height of a div that in this case is the main content div of the layout of a web application. This function is necessary because it serves to fill the whole spac...
asked by 02.06.2014 / 21:45
2
answers

Perform an action after the change has been made

I do not know if this is possible, but I would like to know if you can do a certain action after the action of change of a select . Let's suppose I have a select like this: <select name="meuSelect" id="meuSelect">...
asked by 03.06.2014 / 22:36
1
answer

Using javascript to create effect

Good personal to want to add an effect to a div. I'm currently using css Hover to animate this div, however as everyone knows the hover is activated when the mouse goes over, I was wondering how I can animate that same div just when it's clicked...
asked by 02.06.2014 / 02:43
1
answer

How to loop in a time interval of an animation in JQuery?

I have a Guitar Hero style animation and I would like to repeat the animation of the green note falling in a defined interval of time, however I am not able to ... link     
asked by 30.05.2014 / 23:25
1
answer

Video startar with autoplay, but with volume at 50% or mute!

My video tag shows my video / audio controls perfectly. Everything working. But I need to set the audio between 30% and 50% or even mute. Is it possible to do this with CSS and / or JS? <video width="960" height="550" controls autoplay loop...
asked by 10.12.2014 / 18:36
2
answers

Add column table with javascript and condition

I have this function that sums the fields of a column of table and works perfectly: let result = 0; let columns = $("#tablepesquisaprodutos tr td:nth-child(" + 8 + ")"); columns.each(i => { result += parseFloat($(col...
asked by 07.11.2018 / 20:06
1
answer

InFix to Postfix Conversion

I have to convert an InFix value to Postfix Examples: Theproblemofmyalgorithmispreciselyinthislastline....Ibelievethattheproblemisinexpressionswith+2termswithintheparenthesis,oftype:(X*Y+Z)Honestly,Ihavedebuggedthecodeseveraltimes,Ihavecha...
asked by 16.12.2014 / 13:20