Questions tagged as 'html5'

1
answer

How to create a join form (PickList) in modal?

How to make the screen below in modal. Remembering that the boxes are multi-selectable, and how do I click the Associar > button to pass to the right column the values I selected on the left and vice versa when I click on <...
asked by 23.02.2016 / 19:03
2
answers

jQuery switch div background specifies

I need a help with the following problem, I have the following HTML, which is part of an accordion <div id="accordion2"> <h3 class="btn-sub-main"><a>Banho</a><div class="seta-btn-sub"></div></h3>...
asked by 17.02.2014 / 19:58
1
answer

Suggestion of program for creation of tree Html?

Hello, I would like to know if there is a program of some kind that will allow me to quickly create an html tree, as in the example: I would like to add to the tags in the chart the name of the class or ID's that are also children of a...
asked by 22.07.2018 / 23:55
1
answer

Find list of Json objects from the localStorage by the name of their keys

I know that the localStorage of browsers stores data in key-value format, and that I can retrieve Json objects saved there through the key. Now what I need to do is recover all the records whose key starts with "Deposit". This is because I want...
asked by 29.04.2018 / 16:43
3
answers

List value of checkbox items

How do I list checkbox values when the user select and when not selected does not appear in the list? / p> <select class="form-control" id="list-lugar"> <option value="0" disabled="true" selected="true">-</option>...
asked by 27.04.2018 / 19:34
3
answers

How to pass value changed dynamically to function, in AngularJS

The itemCode, itemDescription, itemPreco, and itemQuantity fields are populated dynamically (at run time, without refresh ) from a query performed in the database. However, these values, when passed as a parameter to the addItem () function, re...
asked by 20.12.2016 / 13:25
2
answers

How to give a blank between 2 input-groups?

I have 2 input-group , they are "stuck", I want to give a blank, follow code below: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <div class="panel panel-default">...
asked by 19.12.2016 / 16:53
1
answer

How to make an image rotate

I need to make an image spin infinitely only with HTML and CSS and possible if yes how it can be done.     
asked by 20.05.2015 / 18:29
1
answer

DataAnnotation validating property with Javascript plugin. ASP.NET MVC

I need to validate a field in my model that has a text editor in Javascript . So far so good, because the problem only occurs in the registry that I do not get in the Action parameter "Create" an object, but a FormCollection . In the...
asked by 16.07.2014 / 05:41
1
answer

How to apply a function to multiple objects? (Pure Javascript)

For example, I have div inside a variable obj obj = document.getElementById("objeto"); I want a function to be applied to it, so window.onload = function(){ window.onclick = function (){ obj = document.getElemnt...
asked by 10.07.2014 / 18:42