Questions tagged as 'html5'

2
answers

Change button value without showing alert [closed]

I want to change the value of the button always with -1, without displaying alert. Follow the code below: <button onclick="alert(this.value);this.value -= 1;" value="200">200</button>     
asked by 26.07.2018 / 20:20
1
answer

Memory game with div tag [closed]

I would like only the current div to change. I would like to randomize the divs. How to preface? $(document).ready(function() { $('.cores').click(function() { $('#1').css("background","red"); }); $('.cores').click(function() {...
asked by 17.03.2017 / 21:04
1
answer

Upload and Download Files - Open source

Does anyone have an open source file upload and download system ?! One that to manipulate the files, for example separating them by folders, moving them to other folders, etc ...     
asked by 04.08.2017 / 17:52
1
answer

What is the name of this effect? [closed]

I'd like to know the name of this effect. Where has ALL , IDENTITY , LOGO and PRINT . By clicking on each item, the images are separated by categories. Click here to access     
asked by 15.02.2016 / 13:29
2
answers

Leave left and right side with height 100% independent of content size [duplicate]

.box { display: flex; height: 200px; max-height: 50%; margin: 10%; background-color: aqua; overflow: scroll; } .item { width: 50%; } .esquerda { background-color: brown; } .direita { backgr...
asked by 28.08.2018 / 18:45
1
answer

hr at the end of the text [closed]

Very good afternoon, I'm developing a website, and the client wants something like this in the image below ButIcanonlyputitlikethis: <p>We Offer Clients<br> Incorporation Services on a Global Scale<br> Free...
asked by 21.11.2018 / 15:33
1
answer

How to translate "rows selected" in datatables js

This is the code for my HTML page, it is 90% translated to the table, but when I select an item, it does not translate, and I do not even know how to translate. <?php session_start(); $pagTitle = "Clientes"; require_once ("../tools/conexao....
asked by 03.06.2018 / 20:49
1
answer

Only the last switch case is executed

I'm creating a page where when the client selects the template for some board, the height and width of the wall, it will display on the screen values based on the board that the client selected. However, only the values of the last case of sw...
asked by 22.08.2017 / 19:22
2
answers

How to overwrite an image without absolute? HTML + CSS [closed]

My goal is to insert a background image that can be written above with <h2>, <p> and etc on top of it, but without using the position: absolute as this interferes with the sub-menus of the page appearing texts and above of the...
asked by 24.09.2018 / 06:10
3
answers

Call php code on button [closed]

I would like to know how to call a php code in a button that triggers an iframe, and that code should be opened in the iframe.     
asked by 08.04.2014 / 15:54