Questions tagged as 'html'

2
answers

How to make two events not fire at the same time

I need to make a menu that when I click the button it appears and when I click it it disappears. Home The problem I've been facing is that the event to make the menu disappear is the same as it appears, so it goes into a small loop. How do I not...
asked by 05.09.2017 / 21:46
1
answer

How to clear an input when clicked?

I have a form and I want the page to appear in the " here" field and when the user clicks to type, I want this sentence to add up! It's possible ? How do you do it?     
asked by 05.09.2017 / 18:12
3
answers

Javascript remove () does not work

See the script below. Why does not remove() click? I recently posted on this link: post something similar, but in the other case, the problem was because the button was inside a form, but this time there is no form on the page I already...
asked by 26.08.2017 / 00:56
2
answers

Required field message with jQuery

People I did a validation that when the user does not fill the input my button is disabled more wanted to display a message to inform the user that the field should be filled it is possible to do this if yes they could help me follow my c...
asked by 08.08.2017 / 14:52
2
answers

Delete an element of a specified div

It has the following code in html: <div id="lista"> <p>Antonio Carlos Almeida Filhos</p> </div> How could I exclude this paragraph only from this div without deleting other paragraphs on the page....
asked by 29.11.2017 / 13:54
2
answers

PHP- get the last 4 ids inserted in the database

I have a database where one of the tables has the designation "Products" and I would like to extract from it the last 4 items inserted in it. The column with the primary key is autoincriment. When doing the Sql query, when using "Limit 4" is...
asked by 20.09.2016 / 23:20
1
answer

Browse HTML page and search for links

I do not know if the title got clarified but I would like to know how to go through the body of an html page and identify links by exceptions ... Let's say I want only links that have link in your url.     
asked by 14.10.2017 / 21:43
2
answers

Jquery click action does not work with duplicate items

I have two buttons on my page that serve to delete users, one I placed at the top of the table where it displays the users along with the paging and the other at the bottom, also along with the pagination. I put it like this to facilitate user b...
asked by 12.10.2017 / 21:07
1
answer

Angular - I can not display table data

I do not understand why it does not display the table data, it's identical to the page you were using to study. Code: <!DOCTYPE html> <html> <script src="/lib/angular-1.4.8.min.js"></script> <body> <div cla...
asked by 20.10.2017 / 12:37
2
answers

How to reference an html button in C #

I have the following HTML code snippet: ThiscodebelongstoapageofanAirOS(internetradio)radio.IneedtoreferencethisbuttoninsideaprogrammadeinWindowsFormsandmakeafunctionforittobeexecutedandtheradioreboot.Iwasonlyabletogetelementswithanidattribu...
asked by 11.01.2017 / 19:47