Questions tagged as 'html5'

1
answer

Can not be assigned because it is read-only after doing a "Join"

Controller: [HttpPost] public ActionResult Listar_Json() { var id = 5; var search = Request["search[value]"]; //Aqui pega valor digitado no input, digamos que ele digitou 100.000,01 var query = database.Posts.Join(database.Post_Metas,...
asked by 02.07.2017 / 20:51
1
answer

How to create a gift without javascript?

I wonder if a web browser, just like firefox, chrome etc. uses javascript to make dom in html! So, is the javascript that makes the dom in html? Like this, when the browser does the rendering it does the right gift? Is this gift made with the ja...
asked by 28.05.2017 / 18:44
2
answers

HTML component for selecting multiple items

I need to know the name of this component and the logic of this component in Javascript. If you can indicate something with ' drag n drop ', it would be even better. The text in BLACK is the components and ASH are the explanations (tra...
asked by 20.05.2017 / 05:38
1
answer

Change the color of a td tag of a WebGrid mvc

This is WebGrid and you need to change the background color of Celula filled "IN PROCESSING": to Red : CSS<styletype="text/css"> .grid { margin: 4px; border-collapse: collapse; width: 100%;...
asked by 24.05.2017 / 14:59
2
answers

Guide change identification

As you know, a user when accessing the internet will always want to access several tabs at the same time, youtube, facebook, email, etc., he gets one tab being viewed while others are at his disposal. I wonder if there is a possibility of the co...
asked by 06.06.2017 / 16:21
1
answer

How can I not enter more than 10 characters with WYSIWYG?

Follow the code: Html: <textarea id="summernote">Escrever aqui</textarea> <h5 id="limite_vermelho" style="text-align:right;color:red"></h5> <h5 id="limite_normal" style="text-align:right"></h5> JS:...
asked by 05.04.2017 / 00:53
1
answer

Use tag map in an image responsively

Good evening, I need to link a piece of an image, but this link has to work responsibly. When I view the page on a phone, I lose the mapping. What is the best way to do this? What did I do? In the following link, there is a way to do th...
asked by 05.04.2017 / 04:40
1
answer

Protect against HTML changes without blocking the browser console

Good morning, how do I prevent the user from inspecting the html element and modifying it? For example: I return a value for the screen and feed it into an input called itemSerial, so the user can use the quantity field to enter an amount tha...
asked by 26.05.2017 / 15:22
1
answer

fill in datatime field

I'm trying to fill in the input datetime-local but the field is blank, I already tried to send it in the format American and Brazilian but it does not come at all. in the database is stored in the American format: 2017-02-20 1...
asked by 25.03.2017 / 23:42
1
answer

Transition of images 4 images with animate css3

I am doing a simple advertisement that alternates 4 images in the same div, but my problem is that the duration time between 4 is not right ... it stays one on top of the other in "messy" mode ", how could I do that so the 4 iamgens get synchro...
asked by 03.03.2017 / 16:53