Questions tagged as 'html'

2
answers

How to get the element id from its class

I have the following list: <ul id = "qualquer"> <li id = "listitem1" class = "middle_item"> </li> <li id = "listitem2"> </li> <li id = "listitem3"> </li> </ul> In my pr...
asked by 22.05.2015 / 15:22
1
answer

Place Text on Div Edge

I wanted to put text on the border, as in the attached image. I'm using Bootstrap. Mycurrentcodelookslikethis:CSS:.jumbotronmax{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;/*background-color:#ccc*/}.jumbotronmax.h1,....
asked by 15.06.2017 / 18:51
3
answers

Show input when user selects option

How do I show the label name and the input name only when the user selects the inactive option? <div> <label>Status</label> <select name="status"> <option value="Ativo">Ativo</option> <option va...
asked by 23.08.2017 / 19:57
3
answers

How to do with CSS a checkerboard type chess board for the Body?

I would like to put in the% w / o% a checkered background, type a chessboard covering the whole body. I've tried <body> , but I could not ... html, body { width: 100%; height: 100%; margin: 0; padding: 0;...
asked by 03.08.2018 / 20:43
2
answers

Custom border for certain table columns

So, I have a page with a table that compares a quantity of predicted items with a quantity of items made month by month. That's how it is today: Ihavebeenaskedtoputalineaftereachcolumnofthesemadetobemoreseparate,butIhavenoideaifitispossib...
asked by 06.07.2018 / 14:16
2
answers

Problem with Datepicker

I have a datepiker but it is not working correctly well if I click on input it works cool, but when I click on the calendar image it neither passes the value nor also receives what is in input : Image: Html:<divcla...
asked by 20.09.2017 / 15:25
2
answers

How do I use a dynamic information coming from ng-repeat {{}} and use it as an argument to an ng-click (button) function?

I have a ng-click function: ng-click = "adicionar(0);" This function ng-click is inside the ng-repeat = "mercadoria in listademercadoria" loop. Is there a way to pass information according to repeat where it is contained...
asked by 22.09.2017 / 20:55
2
answers

Are there "problems" with jQuery's small ones?

For example, some parts of a website, I can not fully tinker with HTML, put the platform locked for "security" and do not let it modify, so I use jQuery / JavaScript to do the modification I need. Does this interfere with website performance? A...
asked by 29.05.2017 / 15:16
2
answers

include with parameter?

Does include with parameter? I have a page .php that contains the following code: <ul class="nav nav-tabs"> <li class="active"><a data-toggle="tab" href="#segunda">Segunda-Feira</a></li> <li>&l...
asked by 08.08.2017 / 00:51
3
answers

form action="./" Where are you going?

I'm passing an ASP page to PHP and found a form where the action attribute had the following value: <form action="./"> . Does this action value work as a <form action="#"> ? In other words, does it point to the same p...
asked by 09.08.2017 / 15:16