Questions tagged as 'html'

1
answer

Is it possible to modify HTML when writing an email in Gmail?

The intention is very simple, I want to make a <strike> (crossed out) in the email text, eg: struck . I found the library KartikTalwar / gmail.js: Gmail JavaScript API , but it requires tremendous laps and the creation of a Chr...
asked by 02.02.2016 / 13:09
2
answers

How to fix JavaScript so that it works before I choose an option in my select?

Hi, I have my page code <select class="form-control" id="selected"> <option selected="selected" value="0">Selecione</option> <option value="a">MONTAGEM LATERAL</option> <option value="b">MONTAGEM...
asked by 11.11.2016 / 11:51
2
answers

How to block certain keys in an input using Javascript?

I have a function in javascript where I only allow numbers, commas (,) and hyphens (-) in an input. The problem is that I can type as many commas (,) and hyphens (-) as I want. I would like to know how I can only allow one comma or less. M...
asked by 22.02.2016 / 18:46
1
answer

How to update fields in AngularJS?

When inserting items into the list using the following code snippet: $scope.items.push({ codigo: $scope.s.codigo, ncm: $scope.s.ncm, descricao: $scope.s.descricao, preco: $scope.s...
asked by 02.01.2017 / 01:35
1
answer

CSS Gallery Creation

I'm trying to create a gallery that I think is simple, but it's giving me a lot of work and I can not do it. I would like to know how I can do it and if you have any tips or useful information about it. Gallery template to be created;...
asked by 10.01.2017 / 12:24
2
answers

Is it possible to make the optgroup label selectable?

It is possible to make the optgroup label option selectable along with the rest of the group options, for example: <optgroup label="EUA"> <option value="0">NY</option> <option value="1">LA</option> E...
asked by 23.11.2015 / 16:54
1
answer

Doubt in the image gallery

I want to do this kind of effect in my image gallery, when hovering over some image, it simply highlights the image and the other darks. Here's the template: Template . If possible I wanted via CSS.     
asked by 19.11.2015 / 21:11
1
answer

Remove space between menu and content

Hello, I'm having a little problem ... Let's say that between the menu and the contents of the pages are with this huge hole ... And I would really like to remove it ... the worst that has nothing in the code to increase this space ......
asked by 24.10.2017 / 14:58
1
answer

Checklist: CSS only [duplicate]

I have a list of 2 items per line and I need each item to be one color. However, the item below must be different than the item above. Here's the image of what I need: I'm not able to make this color change in the items, it follows wh...
asked by 23.10.2017 / 11:47
1
answer

Do real-time bank search

How can I do it in PHP so that when the user types in the search field it will already appear the records of the database. For example, supposing that it is a city register, the user type "Field", the records "Campo Grande, Campo Largo, Campo...
asked by 24.10.2017 / 18:05