Questions tagged as 'html'

5
answers

Hover only in some columns

I have a table with 6 columns, but I just want to give hover in the first 4 columns. Is it possible to do this? I'm using MVC 4 and bootstrap I'm already using a method in Jquery : $(".table tbody tr").hover(fu...
asked by 03.04.2014 / 20:30
2
answers

PHP / HTML / CSS and JAVASCRIPT script block

My question may be silly, but I really do not know and can not find it on the net. I would like to add block scripts to my application, and in that block the script highlights functions, variables, and so on, just like in an editor itself....
asked by 11.01.2017 / 18:17
3
answers

Selecting the VALUE of a select with javascript or jquery [duplicate]

Well, I have the following problem: I need to select the value of a select in html to execute a loop if in javascript or jquery , how to do? <select class="input"> <option default disabled="d...
asked by 25.10.2016 / 14:08
2
answers

Display text to mouse position over word or image

Speak, people. I'd like to know how I can display text by hovering over a word or image. HTML5 - CSS - JS!     
asked by 26.08.2016 / 21:21
4
answers

How to mount buttons with Angular?

I have to mount three buttons and validate them in the angle, following the scheme:     
asked by 10.02.2017 / 13:44
2
answers

How to transform text into input text when clicking?

So, I need to transform a text that is inside an HTML tag into input text to edit it. What better way to do this? Example: link     
asked by 27.03.2017 / 09:10
5
answers

How to keep the footer always down

I would like to know how to keep the site footer always at the bottom of the site, even if the site content is small, like the example below. If I put a margin top, it does not stay down there at all resolutions, I tried with percentage...
asked by 08.09.2015 / 17:55
4
answers

Lock CTRL key on All Browsers

I want to Protect my Content. I've already "Destroyed" the Right Click on my Site, But now I would like to lock the CTRL key. Because it gives rise to copy and paste commands, and I do not want to use it on my site. Is there any code to override...
asked by 22.05.2015 / 02:59
2
answers

Sort list with vue

Hello, ladies and gentlemen, I am a beginner with vue and I am creating a list, but I am having difficulty understanding how I will sort the list by clicking on the following title column: new Vue({ el: "#lista", data:{ users :[...
asked by 12.06.2017 / 21:40
1
answer

How do I create a table of contents in the text with some WYSIWYG?

I would like to create a table of contents: 1 - Titulo Tal 1.1 - Subtitulo 1.1.2 - outro 2 - Outro titulo 2.1 - subtitulo etc... I'd like something automatic, but I have no idea where to start. Could someone give me an idea or direction fo...
asked by 05.03.2014 / 18:32