Questions tagged as 'html'

2
answers

I need help with an elseif

I need help for this else if that does not register it well, I want to register an image in a modal but the one that validates it gives me error no sée if you need something special to validate it correctly because it gives me an error as...
asked by 28.09.2017 / 18:50
3
answers

Select part of the text between symbols

I'm doing a blog. My doubt is, let's suppose that in the paragraph of the article in the blog, I want the words that are between ":" for example, "There was: a: vez", I know that it can be done with javascript, but the only thing I found abou...
asked by 07.09.2016 / 17:19
2
answers

Convert dynamic element into clickeable

I have the following element in my project: Individual code for each box <div class="col-md-3 col-sm-6 col-xs-12"> <div class="info-box bg-aqua"> <span class="info-box-icon"><i class="fa fa...
asked by 18.02.2018 / 19:23
2
answers

Center the contents of a div without aligning the text Bootstrap

Good afternoon, the problem I have is the following in this column I would like to center the content of the div, but when using "text-center" the text gets centered too, I would like the "p" label to be centered but not align the alignment of t...
asked by 14.02.2017 / 21:41
2
answers

Problem with JQuery click event

I have this code: var elementos = $("#caja1").children("a.list-group-item"); var elementos2 = $("#caja2").children("a.list-group-item"); function asignarClick(elementos) { for (var i = 0; i < elementos.length; i++) { $(ele...
asked by 25.05.2017 / 15:35
3
answers

How to interact with inputs type file?

When I have a form with an input of type file when sending it, in my receiving action as I can check if it is set or not as with if (isset($_POST['my_file'])){ echo "bla"; } does not work <form enctype="multipart/form-data...
asked by 02.01.2017 / 18:30
3
answers

input type="button" / vs. button in HTML

I am currently working with HTML forms, some of them collect data and send it to the server to consult or update data in a remote MySQL database. I have seen that the buttons to initiate actions can be declared as: <button>...
asked by 18.06.2017 / 14:10
2
answers

Change of option of a select by text and no attribute

With this <select> <select id="idselect"> <option value="1" data-msg="111">Personalizado</option> </select> To change the option to <select> in jquery I have for example these options $(...
asked by 03.11.2016 / 18:01
2
answers

Fill form field with the value of another field

Very good. I know that this is a treated topic, but in my particular case I can not solve it. I have a form that sends multiple rows to a database. What I need is that when filling in one of the fields manually, an entire column of the form is f...
asked by 01.08.2017 / 16:21
1
answer

Apply CSS style to a selected radio button (checked) label

I have a problem working with CSS and HTML: using CSS properties I changed the style of the radios I am working with, but the problem I have is that they are not selected, to this I mean that the button is not selected. Believe (which is a radio...
asked by 03.07.2017 / 03:14