Questions tagged as 'html5'

2
answers

Search credit card number in an input or textbox, after this remove it [closed]

I need to validate if in a <input> or <textarea> there is a credit card number, after this remove it or replace it with XXXX for security issues in a chat I am developing. Example:     
asked by 16.05.2017 / 18:20
1
answer

How to create a modal window with just HTML and CSS?

Hello friends, could you please explain me in detail how to create a modal window with just HTML and CSS. What I plan is that when I fill out a form and click on the button, a modal window will open saying that the information has been sen...
asked by 25.05.2017 / 02:29
1
answer

The action of my form does not work in HTML

Currently I have a problem because I create a form and within my form tag I added an action, the problem is that it does not execute the url of my action, when I click on my submit button, it does not execute no action and my file validar.php...
asked by 21.06.2017 / 23:47
2
answers

How to build a route with the Google Maps API?

Good, I want to know where to start to research to create a route on the Google map, but I want to make a route to convenience, I mean not optimized by Google, is to indicate the route of a public transport BUS. Thanks     
asked by 21.02.2017 / 21:52
1
answer

Put html elements one below the other

Hello my html structure would be: .navbar { background-color: #62ADD6; font-size: 15px; border: 0; position: fixed; height: 80px; } #pie { display: block; position: absolute; background-color: #2f43c1; bott...
asked by 28.03.2017 / 10:40
1
answer

Mark and unmark checkbox independently

I have two checks, which work poorly, mark and unmark from the second check to the first one, I want them to work independently. <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/js/materialize.min.js"></scr...
asked by 23.03.2017 / 22:44
3
answers

is it possible to put the ng-click directive within a span or a?

I have the following code: <span ng-if="contacto">Teléfono: <a href="TEL://{{contacto.telefono}}">{{contacto.telefono}}</a> <m ng-if="contacto.extension"> Ext: <a ng-repeat="ext...
asked by 30.12.2016 / 18:21
1
answer

How to take the net value of a select in a JQUERY change?

I have the table país and ciudad , the city depends on the country, so I decided dynamically that when I select the country I do change taking the value , in this case the id_pais and that send a% per% code to list the...
asked by 06.03.2017 / 21:31
3
answers

How can I show a Table inside a Cell

I have created a table with hidden cells. When I click on the Book 1 option or button, it shows the Temas 1, 2 y 3 , I try to put the Topic 4 , but when clicking on the Topic 4 , show me the Themes 4aaaa, 4bbbb, etc ... H...
asked by 11.03.2018 / 14:13
2
answers

so that it serves the question mark before a variable

Good excuse a question I'm starting in php and a partner asked me to serve the question mark before a variable since he is using it in this part < a href = "? load '=' create" & nt; Register < / a > I say it's to pass variables...
asked by 05.02.2017 / 06:19