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...
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...
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)"&...
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...
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...
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...
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...
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...
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...