Questions tagged as 'javascript'

0
answers

How to kill the instance of $ uibModal?

In the code it keeps recreating the instance, and never kills ..., inside the controller of the modal, it keeps executing the init again and again, ie it is not killing the instance, what would be the way to kill the instance, type already tried...
asked by 12.11.2018 / 14:09
3
answers

How to add the amount of days with jQuery

I'm trying to manipulate dates with jQuery. The idea is as follows: The user informs Data_vencimento and type (in radio button ), whether the payment will be weekly, biweekly, monthly or informed. In% with% entered, the user w...
asked by 12.11.2018 / 13:55
0
answers

Make text with overflow-x: hidden move automatically

I'm setting the width of the li and sending all the text that exceeds is hidden, now I would like to make the part of the text that is hidden automatically move to appear on the screen. HTML: ul - @realties.each do |realty| li...
asked by 09.11.2018 / 18:56
0
answers

Help with DateRangePicker

How do I get the daterangepicker when clicking on the date field back but allow me to change the date of exit ("endDate" )? My code: var currentDate = moment().format("DD/MM/YYYY"); $('input[name="date-entrada"], input[name...
asked by 09.11.2018 / 19:28
0
answers

authentication OAuth 2.0 community connector Data Studio / Apps Scripts

I am not able to end the authentication process in the data studio, it is not calling the success screen, authCallback () funcction. The authorize button appears on the data studio screen but does not update and allows connection.Documentation...
asked by 09.11.2018 / 18:51
0
answers

How to create two ordered lists in jQuery

I have to create two lists in jQuery. There is a button that can change an item from the A list to the B list, and in case these two lists should be numbered: A:ITEM 1: B:ITEM 1: A:ITEM 2: B:ITEM 2: And when I change...
asked by 10.11.2018 / 00:46
1
answer

I need to find regex to parse a variable

I need to parse a C code using regex and I'm having difficulty knowing if a variable is getting a float or integer value. Ex: valor_01 = ( 5 * 3 ) / 2.5 + ( 4 % 3 ) ^ 4 ; valor_01 can be any variable name, something like \w+...
asked by 19.11.2018 / 00:04
0
answers

Gulp task does not work

I'm studying Gulp and for testing I did like this: var gulp = require("gulp") var html = require("gulp-htmlmin"); var imagemin = require("imagemin"); gulp.task("default",function(){ gulp.src('.src/img/*.jpg').pipe(imagemin()).pipe( gulp...
asked by 19.11.2018 / 01:59
0
answers

Host application node.js socket.io in heroku

I have a socket.io application in github and I need to run it on reroku but I'm not having success with the tests with other servers, but the index of the other was with the app so if you want to take a look in the code or even here is the link...
asked by 22.11.2018 / 16:37
0
answers

The images are not passing when I click the left and right arrows, can someone help me

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Garrafa</title> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css"...
asked by 22.11.2018 / 15:21