Questions tagged as 'javascript'

4
answers

Problem with div placement

Good afternoon guys, I'm doing a DropDown menu on a website, I'm having the following difficulty, when I hover over the item, the subitems are below a banner plugin. Ex: If I put the banner div (display: none), the SubItem appears and goes...
asked by 25.07.2014 / 20:12
1
answer

Array doubt n rows x 3 columns [closed]

I am in doubt on JS array, where I need to include a value within the first position of each item consecutively. JS Code: m_aluno = new Array (); if(w_cont < w_alun)//w_cont é para não passar do valor informado and w_alun é o valor i...
asked by 11.11.2014 / 18:51
1
answer

Help Dynamic Combo with javascript

I'm doing some tests with PHP + Oracle and I'm having a question. I made a combo, which takes data from Oracle, and controls a textfield. But now I need to update another textfield, but there is no way. Can someone help me?
asked by 11.11.2014 / 18:30
1
answer

How to separate tables in the same HTML that uses JavaScript and display the result in boxes

How to separate tables in the same HTML that uses JavaScript and display the result in different boxes? <HTML> <HEAD> <TITLE> Teste </TITLE> </HEAD> <BODY> <table border='2'...
asked by 09.11.2014 / 14:42
2
answers

I can not call JavaScript function in textBox

I have the following java script function to format my date fields: function MascaraData(data){ if(mascaraInteiro(data)==false){ event.returnValue = false; } return formataCampo(data, '00/00/0000', event); } but I can not call th...
asked by 24.09.2014 / 19:04
2
answers

ScrollBar - Calculate field of motion

How to calculate the motion field of the scrollbar div in this case: JSFIDDLE var margem = 0; function criarBarraDeRolagem(){ if ($( document ).height() < $( window ).height()) { return; } var tamanho = $( window ).height() / $( do...
asked by 25.09.2014 / 19:23
2
answers

Load Value in Input

Good morning, I'm trying to load a value into the Input after the user clicks the button. // Este é o Botão <button type="button" class="btn btn-default" tabindex="-1" onclick="id_host()"> Identificar Nome </button> When...
asked by 25.09.2014 / 15:45
1
answer

How to change CSS settings of all DIVs with jQuery

I need to change the color of background , the color of the texts and the links of all the DIVs of a site . I was able to do this in JavaScript with the following code: <script type="text/javascript"> function altoContraste() {...
asked by 26.09.2014 / 21:55
2
answers

decrease jQuery slider time

I did not use any plugin to make a simple transition between divs, because it was not to be too complicated and I did not want to overload the page with several plugins, but in my script the slider takes too long to start initializing, decrease...
asked by 11.03.2014 / 16:18
1
answer

Return and reply to sending the email in the layout

I have a mailing system that receives the name and email of the database and sends it. But when I call the function it will load all the emails on the screen with its result in front. [email protected] => enviado [email protected] => err...
asked by 30.03.2015 / 22:16