Questions tagged as 'html5'

0
answers

Place fixed bar above a div with title

I'm having trouble putting a fixed bar on top of a div, and leaving it responsive, could anyone help me? Here is the sample image below:     
asked by 09.12.2016 / 16:32
1
answer

Doubts about select in html

Is it possible to type in a select as it does in programs such as access or free office base? I'm putting together a form where the field will initially be queried, but in case of need for new records options I wanted to make this option avai...
asked by 16.11.2016 / 19:17
0
answers

Passing value from a json array to a variable

I am creating an application for Android and am trying to pass a array JSON an element called phoneNumber , and I am using this plugin below, which brings this element into array : TelephoneNumberPlugin but the code I'm modeling is as...
asked by 23.12.2016 / 15:24
0
answers

How to create a sliding link without JQuery?

How can I create a sliding anchor link with pure JavaScript for a single page page? Example using jquery     
asked by 27.10.2016 / 00:18
2
answers

How to format the date in firefox [closed]

I was doing a web page and needed a textarea for the date. When I put the input with the type date in Chrome it creates a date mask, not allowing users to type letters and do not have to type the / to separate the date. But in Mozi...
asked by 28.10.2016 / 01:04
0
answers

Error loading an HTML file

Well, some days I asked a question about optimization here, and got satisfactory answers. Soon I came to the conclusion that the way I was doing my WEB system would cause performance problems because I was doing all my screens and forms inside a...
asked by 19.10.2016 / 20:30
1
answer

When I click a button, I want my box to open with a transition

I have a box: .box1 { width: 470px; height: 64px; border-radius: 5px; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); background: #fbfcee; position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: t...
asked by 16.10.2016 / 22:31
0
answers

editing of datagrid with navigation via keyboard arrow

Hello, I am converting a desktop system to a web form, in one of the screens (of orders) I have the facility of the user to enter order items and with the down arrow create new line (order item) and continue typing without having to use the m...
asked by 14.10.2016 / 19:27
1
answer

AngularJs - Filter ng-repeat checkbox

Keeping in mind that I have a ng-repeat, how do I get only the items I marked in the checkbox?     
asked by 08.11.2016 / 21:05
1
answer

Integrate an admin template into a bootstrap template for site

Hello I am a beginner in bootstrap and I have some questions, I would like to know if you can help me. I have 2 templates, one for the site (KALLYAS) and an admin template (METRONIC), both in bootstrap. Can I integrate the admin template w...
asked by 11.10.2016 / 15:53