Questions tagged as 'javascript'

1
answer

Redirect through the option value and keep it selected

I need to redirect according to the value of the "option" and keep this "option" selected after the redirect. I can already redirect through this code: $(function() { // bind change event to select $('#categoria').on('change', function() {...
asked by 26.01.2018 / 00:40
0
answers

JQuery - Display Alt attribute below each slide image

So, I need help with a code I'm trying to develop. The site is all in Wordpress, and has a plugin called Master Slider. I need to develop a script that takes the Alt attribute of the images and displays below each image, and that attribute chang...
asked by 25.01.2018 / 11:17
1
answer

Table in Bootstrap hiding buttons

I'm doing a small Java Web application with Bootstrap, but I'm having an error on a page where I use a table. When I have more than eight rows in the table, the buttons that are below the table disappear, I thought the page would activate the pa...
asked by 24.01.2018 / 19:02
0
answers

My ionic 3 app is locking on the Splash Screen screen in IOS

my ionic app 3, is locking on the Splash Screen screen in IOS. time it opens perfectly, time it gets caught on the screen. The problem persists only in IOS on Android works perfectly. initializeApp() { this.platform.ready().then(() =&g...
asked by 25.01.2018 / 13:38
0
answers

Why are native methods like navigator.onLine of network verification not working correctly?

I'm creating a PWA application and the first step will obviously be to check the network. There are three known methods: use the global variable 'navigator.onLine' use 'ononline' and 'onoffline' events in the 'body' tag perform an 'xmlht...
asked by 30.01.2018 / 15:09
2
answers

Select open window with bank options

I need a help, I have a code that when clicking on checkbox a window would appear, if it disappears the window disappears, so far so good, but now, it will not be a% will display the window. It will be a checkbox and your option...
asked by 30.01.2018 / 14:30
0
answers

WebSocket in java and javascript

I have a simple server made by JAVA that completes a form from a particular web site . I use the JAVA application as the server to send the information and a extension made for Chrome that acts as a client , receiving this information...
asked by 30.01.2018 / 04:34
1
answer

Subtract extracting months between two dates in javascript

Hello all GODS OF SCRIPTS , I'm having difficulty extracting the total of months between two dates ex: datefinal (03/29/2018) - datainicial (1/29/2018) = 2 months, however the dates are provided by the jquery datepiker and could inform the comm...
asked by 30.01.2018 / 01:58
0
answers

Share data between different domains - NO-QUERY-STRING

Is it possible to share data between different domains, not through query string? As far as I know, cookies do not work. Because domains are not mine. My idea is to create a data in my domain, and when I get to another, through a backgroun...
asked by 02.03.2018 / 01:25
2
answers

Video continues to play when the mode closes

I created a modal that opens when clicking on an image, in this modal will have a video of youtube and a small description of the side, however whenever I close the modal the video continues to reproduce. I wanted the video to pause when I click...
asked by 03.01.2018 / 02:44