Posts by Eliezer B. • 59 points
8 posts
-
1
votes1
answer4865
viewsQ: Pick up Current Location by Google Maps and enter the address in a form
I am learning how to work with the google maps API, and would like to know how to pick up the current user location and enter the address in a form. There’s little you can do so far. Could you help…
google-mapsasked Eliezer B. 59 -
0
votes4
answers5322
viewsQ: Send Javascript array via Ajax with jQuery for PHP file
I want to send an array via jQuery using Ajax to another PHP file, but I don’t know how to access it in PHP. I’m sending by GET I don’t know if that would be ideal either. nome_receita is a variable…
javascriptasked Eliezer B. 59 -
0
votes1
answer44
viewsQ: Someone who knows the Ulkit framework
I’m starting to learn the Ulkit Css framework, I’m trying to make a responsive menu that adapts to mobile. When you’re in a mobile resolution, you don’t do anything like in the examples that Ulkit…
cssasked Eliezer B. 59 -
4
votes3
answers120
viewsQ: What is the syntax of literal objects in Javascript?
Can anyone help me with this structure? I don’t know what it is or how it works. var variavel = { teste1: '1', teste2: '2', teste3: '3' };…
-
0
votes2
answers62
viewsA: Access matrix within function
That’s what I’m doing: //CHAMA AS FUNÇÕES sorteia(3,5,"P",$navios);//CONSTROI OS PORTA AVIÕES //sorteia(5,3,"D",$navios);//CONSTROI OS DESTROIER //sorteia(7,2,"S",$navios);//CONSTROI OS SUBMARINOS…
phpanswered Eliezer B. 59 -
0
votes2
answers62
viewsQ: Access matrix within function
Good Afternoon, I’m mounting a naval battle and I’m having the following difficulty: I’m unable to access a particular matrix created within a function. Within the same function I call another…
phpasked Eliezer B. 59 -
0
votes1
answer655
viewsA: Enable Field of a given table row through a button with Jquery
below the problem resolution: var op = ""; var privilegio = ""; var excluindo = 0; function acesso(op){ privilegio = op; } function edit(edit){ if(privilegio == 'adm'){…
jqueryanswered Eliezer B. 59 -
0
votes1
answer655
viewsQ: Enable Field of a given table row through a button with Jquery
I’m doubtful for that system in Jquery, The idea is when to click EDIT on a given line, activate only the inputs of that particular line of the clicked Edit. There are also two Editing Privilege,…
jqueryasked Eliezer B. 59