Questions tagged as 'html'

2
answers

How to add an 'ul' in an 'li' HTML element via C # code?

I'm going to have a list with multiple clients, and I wanted to add those clients to a ul element of the HTML element, you have to add those clients dynamically (since each search performed on the system can bring a number of clients) via...
asked by 16.09.2015 / 22:37
3
answers

Limit values for input text

I have two inputs and I need the value of the input of term to be greater than the value of the start input. Both are text type. Could someone help me? <div class="w3-half"> <label>Data de Início</label> <i...
asked by 10.01.2018 / 17:41
2
answers

Keywords in pages

How can I insert keywords and even the title of my page in these "Pages that do not exist". For example, I made a pagination and my url changes as I change the value of url/conteúdo , the title and other keywords continue with the...
asked by 10.01.2018 / 12:23
3
answers

Select with color palettes

How do I make a select with color palettes inside, I need to select certain colors, but not by name, but by palettes that will identify each color, see an example Does anyone know how, a tutorial or where to start? Thanks!     
asked by 26.03.2017 / 16:50
3
answers

Problem in using include php different folders

First of all I apologize for not being able to express myself correctly, I am still learning php and I came across the following problem. I am setting up a site for studies and in the root I created the folders: css (where is the materialize...
asked by 17.08.2017 / 20:42
1
answer

Alerting only text of a specific element

I have this code: <div id="div"> This is some text.<br/> <button>Button</button> </div> <script> alert(document.getElementById("div").innerText); </script> And when I ask to ale...
asked by 16.09.2017 / 19:28
2
answers

Reset value of a Select based on an option

How can I do to zero a value of a select based on the option of another select, for example I have these two check boxes, when the option "The view" is checked I would like to zero the value of plots in the other select, possible to do this? I w...
asked by 02.10.2017 / 13:27
2
answers

Multi-level in an OL

I'm trying to get the following result:    Introduction       1.1. Content       1.2. Programming       1.2.1. JAVA       1.2.2. DOTNET    Conclusion       2.1. Thanks       2.1.1 Family       2.1.2. Teachers    End    Usi...
asked by 05.09.2014 / 15:34
1
answer

Get value from a table row if checkbox is checked

I have the following table which is built from a database entity. HTML: <table class="table table-hover" id="produtostab"> <thead> <tr> <th>Descrição</th>...
asked by 21.08.2014 / 20:18
4
answers

Effect with jQuery crashing without reasons

I'm using the following jQuery command: var timer1; SemConflito("#lp-1").on('mouseover', function(){ clearTimeout(timer1); timer1 = setTimeout(function(){ SemConflito("#lp-1-hover").stop().sli...
asked by 22.08.2014 / 14:47