Questions tagged as 'html'

1
answer

Vertical table template Flask

I'm a beginner in flask and in front end I have a table that returns me information from an API, but instead of it playing information in the table vertically it's going to horizontal, how do I fix it? / p> <!doctype html> <html> &l...
asked by 10.04.2018 / 20:51
1
answer

Reinserting elements in another part of Body, html and Javascript

I'm trying to store in a var, and then reinsert in body 3 elements of type " p ". <body> <p> Um</p> <p> Dois </p> <p> Tres </p> .... When you do this: <script> var parag = document.quer...
asked by 11.04.2018 / 14:47
2
answers

How to add two li in one ul dynamically with jQuery?

html: <ul> <li>1</li> <li>2</li> Adicionar aqui <li>5</li> </ul> I need to add two li where it says "Add here". Does anyone know how to do this using jQuery?     
asked by 06.04.2018 / 23:00
2
answers

JQuery - Identify automatic text

I'm using JQuery to identify when the text box is text in the text box, like this: CSS: .inputtext { border: 1px solid lightgrey; margin: 0; margin-top: 11pt; width: 100%; } .inputtext:focus { border: 1px solid gree...
asked by 08.04.2018 / 17:04
1
answer

Generate table automatically with c # and mvc

how to do the following (I do not have code yet). On the page, I have a table with a Row and 5 Columns and at the end of the table a button (+) and under the table a save button. The question is when I click the (+) button, should create ano...
asked by 06.04.2018 / 14:51
1
answer

Place image in header / footer

I am trying to adjust the position of an image in the footer, and after that I will have to adjust another image in the header, I am new to html / css and would like to ask for help because I need to create a site for my boss, down but for some...
asked by 05.04.2018 / 20:38
3
answers

Multiplication and sum of inputs in a site [closed]

I am building a website and I need help: I have 3 fields in this site (input) and each one represents a fixed value (1,500, 250 and 500), I would like to be able to insert in these fields the amount of times I want this value to make the sum and...
asked by 06.04.2018 / 02:54
1
answer

Inserting HTML elements inside another HTML Generated with Jquery in the same function

In my next code below I would like to insert the data coming from the ajax request, along with the append () HTML only in elements whose input hidden ids are equal to item.id (of objItens ). But all the ways I figured out did not wo...
asked by 12.04.2018 / 15:47
1
answer

Flask: Stream radio

This is the first one that I will try to embark on in this style project and I have some doubts that I would like to clarify, this may sound very lay. I will use Flask for development and radio is established on the SHOUTcast platform, I con...
asked by 21.04.2018 / 21:02
1
answer

library for input text with sample code

I want to implement a forum system on a programming site and am not finding a library that will fit me to format the content of this text area that we use to write our questions and answers. I've seen numerous editors, but they give options as i...
asked by 04.04.2018 / 13:57