Questions tagged as 'javascript'

2
answers

Jquery - Autocomplete ViaCEP in multiple lines

I'm using ViaServ's WebService to do the street autocomplete in my registration form, however it's a form where 20 lines, each line contains: ZIP + STATE OF THE CONDO when filling in the zip it has to autocomplete the street only referring to th...
asked by 26.10.2018 / 05:35
0
answers

Full Calendar - SCHUDELLER with C #

I'm trying to popular resurces , to create my calendar, but it is not working, there is no error and I did not display the information, I do not know how to proceed, the data is coming to the screen, follow my code .js !function ($) { "u...
asked by 25.10.2018 / 22:45
1
answer

Image of collapse opening duplicate

I recently managed to solve a problem of putting an image and when I clicked on it, it became another, and when I went to pass the code to the other collapses, it happened to me: Collapse closed on Collapse3(Step3)openonly When I click...
asked by 25.10.2018 / 22:57
1
answer

How to fill table with information from a database?

So my people, first of all, would like to say that I'm a beginner and I started learning this week so take it easy with me, please u.u So I'm tinkering with a test site here and I have the following situation: I have three employees and each...
asked by 26.10.2018 / 04:06
1
answer

Onclick looking for input value

I have an html code that is inserted inside a PHP variable And inside I look for zip, if I use <input alt='cep' class='text difCep' name='cep' id='cep' value='$cep' type='text' onblur='xajax_procurarEndereco(this.value);$(\"#loading...
asked by 15.10.2018 / 04:18
1
answer

obfuscate javascript code with php [duplicate]

I have a question regarding a javascript code renderer made in php .. link Can anyone help me understand how this guy did to generate?     
asked by 13.10.2018 / 02:16
1
answer

Error Warning: include PHP

Do you know what could be the cause of the error? myroutecode:<?phpclassRotas{private$telaAtual="primeira"; public function getTelaAtual() { return $this->telaAtual; } public function setTelaAtual($value) { return $this->telaA...
asked by 13.10.2018 / 04:26
0
answers

Calling HTML snippet in JavaScript

I'm using Django FrameWork for an application that searches videos on youtube. But there is an excerpt from JS, which calls an html where you "embed" the searched video. And I'm not sure how to create this route in Django. JS looking for the...
asked by 16.10.2018 / 01:08
0
answers

Make an android bar appear when a particular page in the site loads

I have a website, and wanted it when the user entered a certain page, android displayed a bar. My application uses too much webview, is this possible? I saw this in a project I worked on, but I have no idea how they used it. Is it possible to ma...
asked by 14.10.2018 / 19:50
1
answer

Return the Array with green value. When the button is clicked, return the value immediately above the button

Return an array with each green value on page load (show on console). When the button is clicked, return the value immediately above the button. <!DOCTYPE html> <html lang="pt"> <head> <meta charset="UTF-8...
asked by 14.10.2018 / 16:37