Questions tagged as 'html'

2
answers

Returning ZIP code data in form

I have the following problem: I am trying to fill in the fields public place, city and state with the informed zip. They are all input. I'm using link My project is in Django, but I think you can return the data directly on the html page (fron...
asked by 21.07.2014 / 04:41
2
answers

Clone data insertion box with jQuery

I wanted to make js (jQuery) work with the interface below: I'musingtheCSSFoundationframeworktodevelopthisproject.However,IdonotknowhowtomakeacloneusingjQueryfromthiscombowheretheinputsare.ActuallyIwantthemomenttheuserclicksonitmoredynamicallyad...
asked by 11.09.2014 / 01:30
2
answers

Rotate icon "Arrow" with JS

This question may seem simple, but I can not find a quality answer. I have an arrow icon and when I click on it, I want it to turn 180 degrees. The code I started using was this: $('.arrow').click(function() { $('.rodar').toggleClas...
asked by 21.09.2018 / 15:43
1
answer

Javascript function that generates html colors according to value

I need to create a Javascript function that takes an int and returns an html color code. The rule is: The smaller the number "cooler" is the color generated (light blue, for example) and the larger the warmer. However, the values must follow a g...
asked by 10.11.2015 / 00:24
3
answers

How to put it right in the header?

I have a site where I use two headers to show my options to the user, but I came across a problem, I need to put the company logo and I can not do it, I need the logo to be in a proportional size to the header if I put it in the first one or in...
asked by 13.11.2015 / 12:40
2
answers

How to add R7 portal bar in site?

I need to implement that R7 portal bar at the top of a website, does anyone know of any way to do that? Is there any way to make this bar adaptable to any screen size? This is the toolbar:     
asked by 19.03.2014 / 22:06
2
answers

Change background of a class dynamically

I have a site where content creation is dynamic and the user can choose the color to be used in components, but I need it to see the update in real time, so I need the class to be changed with the required value and that the added elements also...
asked by 08.05.2014 / 00:01
2
answers

Find a snippet of an HTML

I get a string , and it contains an HTML. Here is a table, and its columns: <td width="24%" valign="top" border="1" style=" BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext 0.5pt solid; BORDER-LEFT...
asked by 10.11.2014 / 15:31
2
answers

Background background with text

How do I make this effect of letters over the image that is like Background, or how do I search for it in google?     
asked by 09.02.2018 / 02:47
4
answers

How to make the DIV fill 100% of the display?

Good afternoon I would like to create a site where the height of the first DIV is 100% of the display displayed to the user, and when giving the scroll, the other elements appear normally. I know I have a way to calculate this using jquery or...
asked by 12.02.2018 / 17:37