Questions tagged as 'html'

1
answer

tags saved in bd being printed as text

Hello, I am printing a saved value in a mysql text field, which contains 'p' tags in its composition, the problem is that it is printing these tags as text and not as html, does anyone know what the problem would be? I'm using angular to print th...
asked by 14.04.2016 / 21:30
1
answer

Select td based on text

I have a table where I want to select the td's that contains certain text. I've tried options like: console.log($("#minhaTabela").find("td[value='A']")); console.log($("#minhaTabela").find("td[text='A']")); console.log($("#minha...
asked by 13.04.2016 / 22:19
2
answers

Hide or delete table row when deleting the record

I have a table that displays a list of clients and has a fluff next to it to delete each client. I want to do this deletion via ajax, how do I make the line that is deleted from the client disappear without having to refresh the page? Note: I...
asked by 22.09.2016 / 21:04
3
answers

Problems with image on site

Hello, I want to put an image in the header of my site, but I can not get it right on the header. If I put the code before the div, it does not appear, its I place it in the div responsible for the title, it appears. I have attached the images o...
asked by 16.09.2016 / 19:24
2
answers

How to do after a while the color of a div change

Well, my question is this. How to make a timer on a website, with a countdown of 30 seconds (Real time), and when it reaches 0, the color of a div changes, even if no one is on the site, it has to happen. p> How can I do this? Thank you....
asked by 13.02.2016 / 11:08
2
answers

Align DIVS in CENTER

I'm working with bootstrap + codeigniter and I can not align the products in the center of a div. I would like the blue items in the center to be centered aligned. HTML/PHP<divclass="col-md-3 col-sm-12 col-centered portfolio-item <?php...
asked by 30.06.2016 / 19:32
3
answers

Javascript - Problem in function that adds textbox

In my page in PHP and Javascript, I created a space that contains two Textboxes and a clickable label to add more Textbox, if necessary, to the numPart div: <div id="numPart"> <div class="inputMGM"><input name="part" id=""...
asked by 23.05.2016 / 15:45
2
answers

Problem with duplicate form submission

I'm having a duplicate form submission problem. It occurs as follows. I have an html form, when the user gives 2 quick clicks or clicks fast on the enter it sends the form 2 times. I tried to solve the problem as follows. I made the for...
asked by 19.02.2016 / 11:51
1
answer

How do you make a column stick when it reaches the ends?

In a two-column layout, if the first one is larger than the second (height), there will be a blank space instead of the second when you scroll the page to a certain extent. I want it when it reaches the end of the column it fixes instead of cont...
asked by 22.02.2016 / 22:48
2
answers

Enable and disable function in jquery

I need to disable a function in jquery, for example, when I click on a div, a function that I set will no longer be executed, just when I click on another div it works again. The function loads when the site loads. I need when I click on a div t...
asked by 12.01.2016 / 17:57