Questions tagged as 'html5'

2
answers

CSS - Clicking on a checkbox ... painting a TD

I'm trying to do the following: Clicking on a check box, she paints the orange background ... I needed you to paint the TD background too, because you're currently only painting the bottom of the label ... How can I paint together the bottom...
asked by 17.10.2017 / 14:53
1
answer

Go to SMARTTV website [closed]

Hello, I developed a web system in php / html / css (Bootstrap) and open normal on several pc devices, notebooks, tablets, phones but in Smart TVs, which is the focus of the system, not legal does not recognize height of elements, svg tag did no...
asked by 10.10.2017 / 18:33
1
answer

checked="checked" does not work on ng-repeat

I'm working on a resume feature where basically the user will click on their radio button in which he has experience. The problem is that for a list that will come from the backend , which is now static, checked is not working, ev...
asked by 11.11.2017 / 04:30
1
answer

WebPlayer modifiable with JS

I'm creating a "WebPlayer" page and I need two things in it: 1: A list with the EPS that when clicking change the link inside the embed "video" 2: Function to manipulate the embed "video" and redirect the link of it from a JS ... This i...
asked by 07.11.2017 / 18:06
1
answer

HiddenFor - Submit loses value the first time

Follow the code below: Index: @{ ViewBag.Title = "Home Page"; } <div class="modal fade" id="minhaModal" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <d...
asked by 05.10.2017 / 01:52
1
answer

Filter a html table with a button

I have an HTML table for call management <table class="table"> <thead> <tr> <th>Protocolo</th> <th>Problema</th> <th>Situação</th>...
asked by 13.10.2017 / 12:57
1
answer

Select Component with an Angular Request

I have a select component <select class="selectpicker" data-live-search="true"> <option data-tokens="distrito">Distrito</option> <option data-tokens="bairro">Bairro</option> <option data...
asked by 16.10.2017 / 18:21
1
answer

How to reset an input type="file"?

I have the following code: $(function() { // Multiple images preview in browser var imagesPreview = function(input, placeToInsertImagePreview) { if (input.files) { var filesAmount = input.files.length; $(placeToI...
asked by 15.10.2017 / 00:20
1
answer

Semantic-ui, checkbox with no action on form

I created a form using Semantic-Ui, but I can not enable the checkboxes, do I need any specific javascript for these elements? <tableclass="ui table"> <thead> <tr> <th class="four wide column">Acesso</t...
asked by 09.09.2017 / 13:17
1
answer

problem creating a triangle in div after with css

Personally I needed to create a triangle in my :after of my div but this shape would have to be 100% wide I made a triangle shape but it is with fixed width and this can not because in mobile it gets bad and when the site opens on...
asked by 06.09.2017 / 19:23