Questions tagged as 'html'

2
answers

Put table column value in an input

I have a table with 4 columns and multiple records. In this same table I have a button for each record. By clicking this button I would like to take the value of a column and put it in an inputText. Code: <input type="text" class=...
asked by 23.07.2016 / 21:04
1
answer

utf8 correct text how to remove strange characters [duplicate]

Good afternoon how do I use utf8 on html page to remove characters like Meal that should be Meal? Thanks!     
asked by 28.07.2016 / 18:14
1
answer

Div size and position

Hello everyone, I'm trying for a div next to another div as you can see below, I'm not sure what I'm doing wrong here's the code: .div { background-color: #cecece; margin-right: 700px; padding-bottom: 424px;...
asked by 05.08.2016 / 11:58
2
answers

Insert icon in input text with HTML and CSS

Hello, I would like to insert an icon in the input text of my system, until I could put the icon, but when I click on the input to type the text the icon simply does not hide. can you help me?     
asked by 24.04.2017 / 20:02
2
answers

Load function js automatically e for several divs

My problem is as follows. I have two or more divs on my page and want to automatically call a function for them by loading the page in question. And at the same time I call these functions I want to pass some parameters so that they are handl...
asked by 29.04.2017 / 02:56
1
answer

How to make a submit with button type="button"?

I have created some and I need them to perform the same functions (with database) as register, change, etc. Can someone help me or explain to me how I do this? Thank you!     
asked by 27.04.2017 / 20:21
3
answers

Displaying checkbox value disabled

Hello, I created a very simple system where I enable 10 values of 25 and I want it to display with an innerHTML those that are disabled, I made this system with checkbox and I was putting them in variables and then doing it one by one . I'm a...
asked by 05.10.2016 / 14:25
1
answer

How do I do when I click on a button to see another one below [closed]

Hello I would like when I click on a button open another link and on the same page another button appears without deleting the 1st     
asked by 07.10.2016 / 00:04
2
answers

Pagination with AngularJS and WebAPI

I need to make a pagination using AngularJS . Well, I made a controller to popular Table HTML . This is working now. My next step will be to page this table. I took an example on the internet, but the example the guy makes a for 1 to...
asked by 12.07.2016 / 18:57
3
answers

Display different contents when you select one of the buttons

How can I make% change with a push of a button? in case I have 3 buttons, the first one will cause the first div to be displayed, the second to show the second div and the third to make the third div appear. Something similar to...
asked by 10.11.2016 / 19:57