Questions tagged as 'javascript'

2
answers

Radio buttom that when selected changes the background of a div and saves in DB the result

Hi, what I want to do specifically are radio buttons that when one activates the background color of the div skips the default color (white) and changes its background color according to the buttom radius, and save that change in the database. da...
asked by 01.02.2018 / 02:54
0
answers

Check for adblock javascript [duplicate]

How do I know if the user who entered my website has adblock turned on on my site?     
asked by 31.01.2018 / 21:32
0
answers

Disable local storage of data on my site

I have a site where I have a user base where the software is updated daily. When the software updates the site also updates. However, because browsers store data many times the updated site does not update, so the problem occurs where the lin...
asked by 01.02.2018 / 03:28
0
answers

How to map an image to work responsive

I have a picture of a bed and needed that when the hover mouse happened on the pillow popup a popup, but I do not know a way to map this image, I would use html map but I will not have responsiveness, does anyone know a way to do with which the...
asked by 01.02.2018 / 10:47
1
answer

Bug on fullscreen scrolling website

I'm trying to do a fullscreen scrolling website. That is, I do not want the scroll to stop in the middle of a section but to identify if it comes from below or from above and make an animation to the top of the respective section. I have the fol...
asked by 31.01.2018 / 15:49
1
answer

Add a given column by JQuery

I have a table that adds according to the user, ie it can insert or delete the row of the table at any time, and I wanted a code that added a certain column (in this case it sums all the values of the products and informs me the full amount of t...
asked by 31.01.2018 / 16:48
0
answers

Axway Titanium - Error compiling when I add a library to be used with Hyperloop

I'm trying to integrate an Android library with Hyperloop to use in my Titanium radio application, but when it's added to the project, an error occurs at the end of the build. [INFO] : Creating unsigned apk [INFO] : Processing /.../build/a...
asked by 31.01.2018 / 17:15
1
answer

How to get the id of an input created by jsonform?

Personal how do I get the id of an input created from a Json with the Jsonforms documentation plugin here. It uses Schemas and Forms to mount the html dynamically, but I am not able to work with the input ids, I need to validate the fields with...
asked by 31.01.2018 / 17:09
0
answers

How to know which file is being repeated in console.log?

I have a problem with my code, where I use javascript, firebase and bootstrap. I'm looking for information in the firebase and I have a "new" inside the query that creates some information in my html. But if I repeat this function twice in a...
asked by 31.01.2018 / 19:10
1
answer

Set dynamic height for div with javascript

I would like a script that takes my div with class master and set height: 100% according to the size of the screen. html: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset=...
asked by 28.02.2018 / 19:07