Questions tagged as 'html'

0
answers

Change the color of part of the text in the input using Vuejs / Html / css

As for example on Facebook when we type Congratulations so-and-so inside the input the word congratulations turns bold and orange and the person keeps typing normally ... that is ... when the person types the word parabens I need to just chang...
asked by 03.06.2018 / 22:48
0
answers

Problem with page numbering with CSS in print preview

I have a report where multiple tables are created separated by categories with specific header and footer that repeat. I need to add a numbering of pages to the categories where in each new category this numbering is restarted and because of...
asked by 04.06.2018 / 13:34
1
answer

How to change the color of the scroll bar by JQuery

I want to change the color of the scroll bar only when the user scrolls the screen. I tried the code below but it did not work. How do I? $('body').scroll(function(){ setTimeout(function(){ $("body::-webkit-scrollbar").css("backgro...
asked by 04.06.2018 / 04:40
1
answer

How to add limit value along with jquery mask?

I'm using the mask plugin for this link: link I use the following jquery to do the mask: $('.decimal').mask('000,0', {reverse: true}); However I need the maximum value to be 100.0. I've tried putting $('.decimal').mask('100,0', {reve...
asked by 04.06.2018 / 02:19
0
answers

How to make a scoreboard in PHP or JS?

I saw many similar questions but no one answered me, I would not like to use Ajax because as it is an exercise, the teacher requested only JS, HTML and PHP. I did a quiz mini game, it's working fine but I could not do the score. I started cre...
asked by 02.06.2018 / 02:14
1
answer

How to create a search filter for html table?

Good afternoon, I'm new to the area and I have one small question: how do I create an approximate search in a table with pagination? The search I was using did not filter the data on the other page, just the one on the current page. I need a cod...
asked by 11.06.2018 / 22:19
0
answers

Fix sections in CSS right

I have the following HTML and CSS codes. HTML: <body> <div class="container"> <nav> <ul> <li>Home</li> <li>Notícias</li> <li>Planos<...
asked by 11.06.2018 / 22:04
1
answer

Send form and display "success" message on own page, and after clicking the submit another button appears

Hello, I'm new to these code stuff and wanted to know how I get the success message after I give Submit, I want those messages that appear in the green field, type a div, and edit with css. And I also wanted to after submit submit to appear anoth...
asked by 11.06.2018 / 20:50
1
answer

Sending a form per table for the same page without refresh

I'm having a little problem that starts with sending the form to the same page and displaying the parameters in a modal, but I can not get them through the post, follow the code: <!DOCTYPE html> <html lang="en"> <head> &...
asked by 31.05.2018 / 15:49
1
answer

Delete space in the name of an input

It's the following, I'm doing a foreach this way. int count = 1; @foreach (var item in Model) { <input name="itemId_@count" value="@item.ProdutoId" type="hidden"> count++; } The problem is that in processing t...
asked by 31.05.2018 / 21:15