Questions tagged as 'javascript'

1
answer

Hide element after it has been loaded onto the page

I have on my page the following google script: <body> <!-- Google Tag Manager --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-abcdef" height="0" width="0" style="display:none;visibility:hi...
asked by 09.11.2015 / 15:55
1
answer

Dynamically triggering combos for DOM creation via jQuery

I have a sequence of 3 dropdowns that modify the DOM. One depends on the other. If I select the first dropdown it modifies the DOM and the other dropdowns. The second dropdown modifies the third one in the same way. The question is how to trigge...
asked by 22.10.2015 / 03:34
3
answers

How do I unselect checkboxes when only one is selected?

I have nine checkboxes on my page. <input id="chkCamp1" type="checkbox" style="margin-left: -25px" onclick="showMe('optCamp1', this)"> <input id="chkCamp2" type="checkbox" style="margin-left: -25px" onclick="showMe('optCamp2', this)"&...
asked by 23.10.2015 / 13:41
3
answers

Align 4 divs always horizontal, with size proportional to screen size

I need to make 4 thumbnails accompany the width of the screen. Example: DIV1 DIV2 DIV3 DIV4 They are one size X, horizontally in a row, taking up the full width of the screen. I need to resize the screen, it still persists in 4 queued d...
asked by 15.12.2015 / 19:18
2
answers

PHP - Highcharts - PDF

I'm using Mpdf to make some values I've saved in SESSIONS in php become a report, so that's fine, but the page I want to turn into report has Highcharts Js graphics, I do not know how to export those graphics directly for the report that will be...
asked by 17.02.2016 / 18:04
1
answer

Play and Pause button in image animation using Javascript in HTML

<style type='text/css'> #animation img{ display: none; } #animation img:first-child{ display: block; } </style> <script type='text/javascript'> //<![CDATA[ onload = function startAnimat...
asked by 14.12.2015 / 23:24
1
answer

Client side image manipulation

A challenge has arisen, I need to know how / what tools can help me create an area that I can manipulate on the client side. I need to develop a website that creates custom shirts, something like vitrinepix , I'm not that good dev front-end but...
asked by 19.12.2015 / 16:07
1
answer

Auto complete of JqueryUi

I'm not able to list my Json in the jqueryUI autocomplete. In the browser console I see that it is calling more does not show at the time when I append the append in LI. $(function(){ var mostraLista = "http://jsonplaceholder.typico...
asked by 23.12.2015 / 18:19
1
answer

Problem using javascript, JOD NODE and CSV database

Hello I'm doing a project for school using IBM's Bluemix and I'm having some problems finding my error. I am using a database in CSV that has as parameters the neighborhood, number of rooms, area in square meters, price among other informatio...
asked by 19.12.2015 / 23:01
1
answer

Retrieve ajax response value

I have a service that registers on a system (from the code below) var userstocreate = [ { username: '' + usuario + '', password: 'E@d123456', firstname: '' + primeiro +'', lastname: '' + lastname + '', emai...
asked by 19.01.2016 / 11:23