Questions tagged as 'html'

1
answer

Doubt with checkbox value true and checked

I have a form and to update I have this code snippet. I can not understand what he means. Type, if the student is not active on the system it places it as value="true"? Otherwise it also places as value="true" but checked="checked". What does th...
asked by 15.02.2016 / 22:08
1
answer

Doing price calculation with jQuery within PHP loop

I'm doing a shopping simulation page. I already have the product loop in PHP, now I need to calculate each product by quantity. Here's the HMTL: <td width="140"><?= $produto_nome; ?></td> <td width="160"><?= $p...
asked by 01.02.2016 / 22:38
1
answer

How to leave a selected option

How do I leave a option selected via jquery ? I know it's because of its selected attribute, but I have no idea how to do this. The following code to illustrate how I was doing: Session var sessao = localStorage.getItem('sele...
asked by 06.01.2016 / 13:39
1
answer

How to create HTML table inside javascript

for (var i = 0; i < t.length; i++) { options = options.concat('<option value="' + t[i].CodLinha + '">'+'--Saida Rodov Velha:'+ t[i].saida_Rodov_velha +'--Saida Rodov Nova:'+ t[i].saida_Rodov_Nova +'--Saida Interor:'+ t[i].saida_Inte...
asked by 10.01.2016 / 03:35
1
answer

Email Marketing other than HTML

I'm trying to email martketing through the WEBMAIL platform - KINGHOST by the hmtl editor But it comes out very different from what is in html. below the html code that is working correctly. <!DOCTYPE html> <html lang="pt-br">...
asked by 21.12.2015 / 01:14
1
answer

select option as paramenter for method codeigniter

I have a problem that I can not solve at all. I have a form html which has a select option I need to pick the selected value when the form is sent and use as a parameter for a method, is there any way to do that?     
asked by 21.12.2015 / 01:38
1
answer

Custom Prompts and Alerts

Good evening guys, I'm working with Apache Cordova, which basically uses WEB language (html, css, javascript ...) to make Android applications, iOS, among others. I need to make use of custom prompts and prompts. I wanted to customize ever...
asked by 23.02.2016 / 22:30
1
answer

How to Create Tabular Data with Link See More?

I'm pulling from the records database of a given table. I want to show only 4 on 4 records on the screen. But I would like to pull all at once rather than paging (1, 2, 3, 4). I want to show 4 lines and put down a SEE MORE button and whe...
asked by 04.03.2016 / 14:32
2
answers

I can not leave words next to form

I would like to leave a div completely aligned with a form straight horizontally. However, although they are side by side, the form is "descending" when it should be aligned horizontally. How can I solve this problem? Currently it looks l...
asked by 06.03.2016 / 22:27
1
answer

Oncick table in td transform the text into an input text and when clicking off change the value

Hello, I wanted to know how I can do to change the value of a td as follows: <table class="tb"> <tr><td>Valor 1</td><td>Valor 2</td></tr> <tr><td>Valor 3</td><td>Valor 4</td&...
asked by 24.10.2015 / 11:48