Questions tagged as 'javascript'

0
answers

Field Data Returning Undefined

I'm trying to capture a value from a component using angularjs 1.X, but from the class I just created a date field is not being filled the same returns undefined. Follow my controller: angular.module('app').controller('agendacontroller'...
asked by 24.11.2016 / 22:28
1
answer

Inject script into Worker

Hello, I have the following javascript class class MinhaClasse { static list() { return fetch('/api/endPoint', { method: 'GET', headers: { 'Authorization': Auth.getBasic() }...
asked by 25.11.2016 / 12:27
2
answers

Help in Deleting and Editing in Angle

Good afternoon! I am not able to create the functionality of editing and removing an object from a vector with angular, could someone help me? below is the controller code and the service: angular.module("appOS").controller("CadastroServic...
asked by 25.11.2016 / 15:51
0
answers

Fullcalendar Javascript error

I'm trying to import fullcalendar into a project, I'm using gulp to automate imports. But when I put the path to import fullcalendar I come across this error in the console:    fullcalendar.min.js: 6Uncaught TypeError: Can not read pro...
asked by 05.12.2016 / 12:10
1
answer

how to pass a value of an input with ajax and receive in php with the post method?

I needed to pass a value of a field html to ajax and receive it in a variable in php on another page <script> $(document).ready(function(){ $("#botao").click(function(){ site = $("#codigo").va...
asked by 03.12.2016 / 02:07
0
answers

Mouseover effect to spread overlapping icons / images

Hello, on the system I'm working on there are some icons / images (which are div's) that sometimes overlap. This is their correct functioning, they update their positions automatically and sometimes stand on top of each other, but it is necessar...
asked by 25.11.2016 / 14:14
1
answer

String Conversion to Date

I have html form with the following input: <div class="form-group"> <label class="col-md-4 control-label" for="textinput">Início:</label> <div class="col-md-4"> <input id="inicioEvento" name="inicioEv...
asked by 22.04.2016 / 00:47
0
answers

Error sharing screen via Browser (Chrome and Firefox)

I'm trying to make the Screen Sharing dialog appear in Chrome, but nothing happens. I'm using the following code (just to display the dialog, I'll stream the server to the server when it works) function screenshare() { navigator.med...
asked by 25.10.2016 / 23:10
1
answer

Angularjs: how to avoid the route call on first page load

I need to make the page fully loaded, without calling any route, when the user accesses the direct link. The problem occurs when the page loads, Angular simply reads the URL path and calls the route. Routes can only be called when I click on a b...
asked by 03.11.2016 / 00:29
1
answer

How to use animate and fadeOut in Javascript

I'm making a website. The client wants only one page with all the pages in it, so I thought about using sections. I wanted every section change, for example from 'start' to 'agency' to fade the screen with a fade and change in that interval, at...
asked by 11.05.2016 / 05:03