Posts by Jessi • 71 points
7 posts
-
0
votes2
answers122
viewsA: Adapt script that uses checkbox for radio
I tidied up using the same script, with some changes. function exibe(){ var tipo="${mainForm.tipo}"; var man_tipo="${mainForm.man_tipo}"; if ((man_tipo=='B' &&…
-
2
votes2
answers122
viewsQ: Adapt script that uses checkbox for radio
Good morning, I have the following code: function exibe() { var tipo = "${mainForm.tipo}"; var man_tipo = "${mainForm.man_tipo}"; if ((man_tipo == 'B' && tipo.search('V').toFixed(0) < 0))…
-
2
votes3
answers4054
viewsQ: Close div on an output link or when clicking outside
Hello I have the following code. function abreConteudo(element) { alert($(element).attr('class')); alert($(element > "div.descricaoobs").text()); } $(document).ready(function () {…
-
0
votes1
answer162
viewsQ: PHP array that communicates with Javascript
I have this program that puts the selected in accordance with the value: <!--inicio if option = selected--> <script…
-
2
votes1
answer240
viewsQ: javascript array communicating in php
I need to create a array in javascript send your information to a page php. How can I do that? Next, I had a pg in php that carried a lot of data from the bank. So to improve her performance, I…
-
0
votes4
answers7415
viewsA: Swap Selected of an option that is in copy script
I got what I wanted. // frase que desejo localizar var frase = "04";//eu queria que a variavel frase pegasse o value dos options e de acordo com o valor do //option eu poderia escolher a frase que…
javascriptanswered Jessi 71 -
0
votes4
answers7415
viewsQ: Swap Selected of an option that is in copy script
I’m new in the area and I’m having a hard time doing the following: I made a javascript script to create several copies of mine option. So far so good: copies made successfully. I need to make a for…
javascriptasked Jessi 71