Questions tagged as 'html'

1
answer

How to get the id of each link in the click? Only the first id comes

How do I get data-id of all links? Only the first one is coming, repeated. [![$("#filmeItem").on("keyup focusin", function (e) { $('.livesearchItem').fadeIn('1000'); e.preventDefault(); var busca = $('#filmeItem'...
asked by 05.04.2017 / 18:24
2
answers

Appear after the hover

I'm having a question, I'm developing a site based on a layout in PSD and in the main menu, it has a hover that makes an underline that is custom: I thought of putting it as after and when I did the hover, it would appear, but I'm having a...
asked by 04.04.2017 / 14:34
1
answer

Backslash in links before filename

I was posting an answer to a question from a user of this site when I noticed that in HTML there were image tags with src containing a backslash before the file name <img src="galerias<img src="galerias%pre%1.jpg" id="fotos"> 1.jpg" i...
asked by 02.05.2017 / 12:55
1
answer

Uses Tree line by line

I have the following code: $('#tree1').treed(); I would like every row in my table to be a tree. But only the first line works. I'mtryingtousethe "BootStrap TreeView" and nothing calling this:    No html <table>...
asked by 30.04.2017 / 07:33
1
answer

How can I make a function for if the client clicks the image of the left column it opens in the right div?

I have to do the following project of the first image, it will show a column of properties (houses) and when I click on one on the right it will show the description of the house ... if I want to see more detailed click on full info and the colu...
asked by 31.03.2017 / 17:03
1
answer

Submit to same page and return to same section

Friends, I have a one-page PHP site that at the bottom of the page has a contact form that submits to the same page. I wanted to submit the form after returning to the same section to show the message was sent. I tried to do this with...
asked by 30.04.2017 / 18:39
1
answer

How to make an input increment or decrement numbers with javascript

function Num() { var numero = document.getElementById('num'); numero = 0; document.getElementById('menos').click(function() { numero--; }); document.getElementById('mais').click(function() { numero++; }); } <...
asked by 11.07.2017 / 22:10
1
answer

Hide or obfuscate iframe SRC

Opa, I need to hide the src code of the iframe in html, I tried to alter it as follows $('#iframe').attr('src', 'http://www.site.com/'); Unsuccessful, how can I hide or obscure the iframe's src? Vlw     
asked by 29.03.2017 / 01:32
1
answer

Bug Menu OFF Canvas

I made a menu that is only off canvas when the screen is less than 768px , otherwise it appears by default on the page This works perfectly. The problem is that if I activate the menu and then resize in the browser the menu will sto...
asked by 30.03.2017 / 03:45
2
answers

Insert in the Bank a data from a Combobox (PHP)

Hello, I am putting together a system for the college project. I have a relationship between City ---- State. Well, the state CRUD is already working and storing in the Database, when I go to register a city, that city needs a registered state,...
asked by 10.06.2017 / 08:05