Questions tagged as 'html'

2
answers

How to solve value quotes in html with javascript?

I have a script that creates buttons with onclick events, but I'm having trouble assigning its value. See the script: for (var i = 0; i < cursos.length; i++) { $("#cursos").append("<button class='ui-btn ui-corner-all optCurso' data-...
asked by 05.06.2015 / 02:19
2
answers

How to do when I click button, open link in another window

For example this image below, I clicked the button and opened it in a small window!     
asked by 09.10.2016 / 17:36
2
answers

How to send object by radiobutton?

I have a radiobutton: <input type='radio' onclick='clickRadioButton(this)' value='new object { nome = #: nome #}' /> It is returning a string, but I want an object with the name property.     
asked by 27.04.2015 / 14:42
2
answers

Fill form dynamically with angularJS

In the system that I'm developing, it will have a input field for the user to search if such a CPF already exists registered in the Database, if I have I want to show all the data of that client in an already completed form This is t...
asked by 17.08.2015 / 00:46
1
answer

setInterval with auto-clearInterval

I'm creating a way to extract data from Twitter without being quoted with their API values. The best way I found it was by using the widget that they make available (and that has no quota) and from their upload I "pick up the information" and tr...
asked by 18.02.2015 / 01:47
1
answer

What is the best logic to implement sub-menu with mouse events

I'm developing this site and for now I have not put any JavaScript code in it to make it dynamic. I have a problem that is repeated in all projects because of lack of knowledge of language and logic, the following problem: When I hover ove...
asked by 26.02.2015 / 16:05
4
answers

How to change the color of a div before loading the page through a script?

I'm trying to choose the background color of a div through a script. That is, my goal is that as soon as the page appears it has already run the script and the color that the script selected has appeared. My question for now is: <...
asked by 17.04.2015 / 01:19
1
answer

Div stop on top of another div

I'm having a problem, I would like a div with "position: fixed;" when it gets in footer to be one div over the other and not one over the other. For example, the header of this site: link . If you turn the site upside down you...
asked by 30.01.2015 / 15:33
2
answers

Self-adjusting menu with li's

How can I create a self-adjusting menu without using any tables, just read? That is, create a horizontal menu where the li's would fit in the width without exceeding the size of the ul as you were adding items! This site here: apple.com/br ha...
asked by 15.05.2015 / 01:40
2
answers

Inject results and pagination within an html

I have two pages made in html an index.html call where the user types a product name (eg Lapis) and the result is displayed on a different page and the result of the query can be very large depending on the query there should be a pagination of...
asked by 22.01.2015 / 13:47