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;
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...
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...
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...
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>
<...
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...
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.
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...