Questions tagged as 'html'

1
answer

How to create select for each element in an associative array that I receive as a response to an ajax post

I am working on a website with CodeIgniter, I need to create a select for each element I receive in an array or json. I do not know which is the best option as a response to a post I do with ajax. The problem I have is that I receive an array li...
asked by 05.10.2016 / 16:18
2
answers

Error creating effect with css

I want to make the following design with css, but it does not work for me. This is my code. .card-face-path { background: -webkit-repeating-linear-gradient(#BA68C8, #BA68C8 3px, transparent 3px, transparent 6px); background: re...
asked by 26.04.2017 / 02:07
4
answers

Event onclick does not respond

I'm trying to execute this code: <style type="text/css"> #boton{ width: 50px; height: 30px; display: block; margin:30px; } img{ width: 300px;...
asked by 24.04.2017 / 17:03
1
answer

problem with Pseudo-elements :: before and :: after in css

Greetings, I am trying to center the arrow I make with the pseudo-elements :Before and :after of css but I can not find how to solve my problem, the idea is that the arrow will focus on div that contains it and that the arro...
asked by 06.09.2017 / 16:59
2
answers

Show child elements html and js

I would like to know how I can only show the child elements with javascript for example. <div class="row"> <span class="red">66 <span>22 </span> </span> <span class="green">24 &l...
asked by 14.05.2018 / 22:27
2
answers

Make an Image "run away" from another

I must say first that everything, that I am a newbie , I am recycling myself on programming issues. Even being a programmer for more than 6 years I did not play anything. So I implore you patience. I am practicing things with JavaScript...
asked by 09.04.2017 / 13:06
2
answers

Animation goes with Class but not with Id

The question is: Why THIS example goes like this, but if the JS changed it to the following one, stop walking: var clicked = 0; $(".ripple").click(function() { var clicked = 1; document.getElementById("di").addClass("expanded"); });     
asked by 27.10.2017 / 20:58
2
answers

obtain value of row of selected checks

I have an html table and in each record I put a checkbox How could I do so that when I select some records with the checkbox I get the data of the row to send them through a form? $(document).ready(function(){ $("input[type=checkbox]:ch...
asked by 01.08.2016 / 18:14
2
answers

Error in property css with background-image: url

I have provided this code in another question that I have done the code does exactly what I want, which is that when I mouse over it shows me an iframe. But when I put it on my website made with Adobe Muse the code shows errors. I attach an im...
asked by 06.06.2016 / 11:09
2
answers

Is it possible to create an input that is self-adjusting to its content?

By design I require that a input go self-adjusting according to the size of the text that is entered, in the following image I show what I need, the line must be pasted at the end of the text "title", but if put a longer string, the in...
asked by 09.12.2016 / 17:39