Questions tagged as 'html5'

3
answers

Format only the sides of the button border

Is there another way to format only the right and left edges, and leave top and bottom none? border-top: 0px; border-bottom: 0px; border-right: 2px solid #444444; border-left: 2px solid #444444;     
asked by 12.02.2018 / 15:58
2
answers

Return from select brings previous value - jQuery

I have a table #table and I would like every time I make a filter by select it adds the amount that is in column 6 eq (5) . With the code below it is running, however it displays the previous value that I select. For example, you are displayi...
asked by 30.01.2018 / 00:14
1
answer

Effect with js and svg only works in the first class in the second effect does not apply

I have a problem with my effect on svg I added a triangles effect with svg and js on one of my sessions site as you can see works normally but I needed to put this effect again in another session I'm calling the effect via...
asked by 29.01.2018 / 17:54
1
answer

How to enable a button, only when you accept the terms

Well, I'm doing a virtual product shopping site, and I need my clients to accept the "Term of Use". The method I used was this <input name="ck_permissao" type="checkbox" id="ck_permissao" value="checkbox" onclick="return confere()" />&l...
asked by 30.01.2018 / 04:53
1
answer

I can not use bootstrap glyphicons

I am not able to use the bootstrap glyphicons, they simply do not appear, I am using a linux machine, and I know it is something about the fonts folder because it did not come in the common bootstrap installation, <form> <...
asked by 14.03.2018 / 00:42
1
answer

Session overlap problem with anchors in html

Personal I'm doing a website that has a menu with anchors, all work well minus the anchor of the menu called team note that it goes down right to the session but it overlaps the whole title and in the other sessions it works correctly because...
asked by 15.03.2018 / 15:40
1
answer

How to list DB query

Good evening! How do I list a query in the database? I have a bank where you store Singers and their songs ... I would like to list spotify style, listing numerically according to the amount of content in the bank.     
asked by 18.02.2018 / 00:10
1
answer

Search for Object Array value

I have the following code: jsonOptions = [{"description": "Carro 1", "product": "4"}, {"description": "Carro 2", "product": "5"}, {"description": "Carro 3", "product": "6"}, {"description": "Carr...
asked by 11.01.2018 / 20:32
2
answers

How to organize the columns in a table

Is there a way to do colspan for half a column?! <table border="1"> <tr> <td> ola </td> <td> ola </td> <td> ola </td> <td> ola </td> </tr>...
asked by 30.12.2017 / 16:50
1
answer

I can not use input radio to do other things

My idea and the next one, I think if it is to do this type of validation with js it will be heavier since it will have to send more code and carry out more process! This validation is not so important then not the need. Is this idea convenient o...
asked by 31.12.2017 / 21:46