Questions tagged as 'html'

4
answers

Change placeholder checking radio with jquery

Hello, I'm trying to change the placeholder of an input by checking between 2 input radio values. Below is the js I tried to mount and the html. $(document).ready(function () { $('#tipousuario').prop('checked',function () {...
asked by 09.04.2018 / 22:34
4
answers

Error with line break in textarea

Well I have a field in the mysql database of type 255. I made a textarea like this: <textarea name="obs" maxlength="255"></textarea> If I put 255 characters inside it, I can save it without problems. But if I delete a charact...
asked by 03.04.2017 / 16:19
1
answer

Responsive Site with%

Well, my question is a bit abstract, however I would like some aspects regarding Responsive Site to be clarified. I wonder how a site looks best for all screens. That is, if I use '%' instead of 'px', is the site at least 90% responsive? W...
asked by 16.03.2017 / 00:35
1
answer

How to leave a div with the same operation as a radio button?

I am developing an employee metric system, performance appraisal, I have <div> 's that have been table-shaped on my form to qualify each option as Rare , As times , frequent , always or N / A The issue is that I do not know...
asked by 10.03.2017 / 18:07
3
answers

How to limit the characters of a label?

I'm in an e-commerce project, and I need to display the name of a product. I'm thinking of using a label for this. The idea is to leave x characters visible, if the title exceeds this x number of characters, display "...". I do not know how to d...
asked by 06.03.2017 / 19:58
1
answer

How to select multiple button radios in the same column as an html table?

I have a table html with 3 columns and 3 lines and when I select, for example radio button of line number 2, line number 1 uncheck. @if (Model != null && Model.Tabela1!= null && Model.Tabela1.Count > 0)...
asked by 02.10.2017 / 19:07
1
answer

Click the link that leads to another part of the same page [closed]

I'm creating a webpage that the menu links will take to the bottom of the text and would like to use an effect to slide from point A to point B. How do I do that? Ex: When you click on the menu (go to footer) Go down to the footer slowly ...   ...
asked by 07.01.2017 / 07:25
1
answer

Why does this compressed css code stop working?

Why do some codes stop working when compressed? As the example below. I used this site . Normal Code and working: .radio-1:checked ~ .star-item-1:before, .radio-1:focus ~ .star-item-1:before, .radio-2:checked ~ .star-item-1:before,...
asked by 11.01.2017 / 22:23
1
answer

Pull the echo from php into a div, without refresh

I have a div in html, it is with display none, I fill in the form and the data goes to a .php file and it gives me an echo saying that the data was entered in the database, only that I wanted it when the php gives that echo that div I have got t...
asked by 07.01.2017 / 18:06
2
answers

How to align the button to two inputs?

<div class="container"> <h2>Button Tags</h2> <form> <div class="form-group col-sm-3"> <label for="exampleInputName2">Name</label> <input type="text" class="form-control" id="exampleInpu...
asked by 01.06.2017 / 16:01