Questions tagged as 'html'

1
answer

Can you work with data groups in form html?

I have the following scenario: The client chooses more than one benefit package on a page (html form), so far so good, working with array Example: <input type="checkbox" name="pacote[]" value="pacote1"> <input type="checkbox" name=...
asked by 07.06.2016 / 01:36
2
answers

My radio input is repeating

My input radio only on this line 3 is repeating the others not. Here is an image for better understanding: Excerptofthecodewhereitrepeats...<divclass="section4"> <td>Cumprimento de Horário (pontualidade dos horários de vi...
asked by 29.04.2016 / 14:11
1
answer

I need an if that changes the mask of an input

Hello, I have a php mysql code, and I need help, the code is ready, I just have the option to edit the data, that's what I need help with, I'll explain what's happening, I have my code has three inputs, the first asks what will be edited the seco...
asked by 28.04.2016 / 16:09
1
answer

WordPress before post without the link "read more"

Hello, I'm a beginner on the Wordpress platform, and I find myself in a situation where I do not want the "Continue reading" link to appear in the previews of my posts. To add the previews of the posts in home, I used the following code:...
asked by 04.05.2016 / 16:32
1
answer

Select with Sql and Dynamic Input

I'm trying to make the select below, which pulls data from an sql when you select the option, change the value in input to side, also coming from the sql database. What would be the best option? Follow the code. <tr> <t...
asked by 04.05.2016 / 13:54
1
answer

Changing html hierarchy using jquery for responsive site

I'm making a responsive website when I came across a problem, in the tablet layout the menu gets hidden so when you press the button it appears by making a slide, but the client wants the logo to appear on top of the other menus. In the layout f...
asked by 02.05.2016 / 20:19
2
answers

Compare 2 variables in a select with Angular

Hello, I have an array of objects that I am pulling from the database and playing in a Select HTML, but I am also passing another variable and would like to compare this variable with the BD array values and if they are same as set the option. I'...
asked by 03.05.2016 / 13:12
1
answer

Problem copying an html block when you click a button

I was able to make that when I click the add more fields button, the form is replicated. But the create button started to do the same thing as the add + fields button and not its function of inserting the data in the database. Could you help me?...
asked by 01.05.2016 / 21:14
2
answers

How To Rewind A List Of Strings Sorted

Let's suppose, I click the More button and I go ahead with A - Z . Now I want to go back from Z - A clicking the Minus button. Code: var i = 0; var j = 0; var n = 0; function prox(){ j++; i += 20;...
asked by 25.06.2016 / 02:14
2
answers

Spacing between tbodys

I have a list table of items with groups of lines (tbody) and I would like to add spacing between them, not that I have not already done so, but I have been looking for a "less gambiarra" I'd also like to better style the table edges while I g...
asked by 17.04.2016 / 21:13