Questions tagged as 'html'

2
answers

Do 'submit' button wait for an alert action?

I have an HTML form with a submit button. Valid the fields in the button click, if these are invalid, an alert is displayed, but this disappears quickly and the form already redirects to the action page. It only works when I change the button ty...
asked by 07.11.2015 / 23:44
1
answer

Site with horizontal navigation

I need to make a photo gallery on my site. This gallery will be in the MetroUI format, with images of different sizes and the page sliding horizontally. The page would grow as the number of images saved in the database. Can you do this wit...
asked by 02.10.2015 / 15:51
1
answer

How to change the "src" of an iframe without changing the user's URL?

How do I change the contents of an iframe internally without changing the URL of the site? Example: The user entered my site: http://example.com and it contains an iframe: <iframe src="http://teste455.esy.es/v3/wp-content/arcade/?...
asked by 14.10.2015 / 01:51
2
answers

How to fix an input within a responsive div

I have a div with an image in background and a input of type text. I need the input to be in a certain position and as the resolution changes, it goes down so as not to cover the "Connect to focus" heading. I'm using Bootstrap...
asked by 21.10.2015 / 17:22
1
answer

How do I reposition the menu bar below the header?

I'm editing a WordPress theme and would like to reposition the menu just below the header image, but how do I do this in CSS? The site is not yet hosted on the web. I'm modifying the theme before installing everything. The code for the menu...
asked by 13.10.2015 / 03:12
1
answer

How to get Json for Ajax in .html?

Suppose I have a .html file that I just created in notepad with a Ajax code where I want to get the data generated by this application . I made a code here, and when I put a breakpoint in the application I realize that the...
asked by 08.06.2015 / 00:23
2
answers

Get rows from a table by a value with Jquery

I have a table, with a select , in each row, and when I click a button I want to get all the items in the table where select option has value. <table id="myTable"> <span class="result"></span> <thead>...
asked by 08.04.2016 / 21:35
2
answers

Classification system

I would like to make the positions appear. I have no idea how. Below I'll be giving a demo and my code <?phpinclude("./configs/dados.php"); $ranking = "SELECT * FROM usuarios ORDER BY pontos_total Desc LIMIT 3,10"; $limiteranking = mysql...
asked by 16.09.2016 / 23:56
1
answer

Clickable 3D globe

I'm thinking of doing a project using a 3D globe with the possibility of clicking countries, but I do not know where to start. I've been researching and so far I've found this: link It seems to be pretty full, but it does not give the...
asked by 28.12.2015 / 01:23
2
answers

Iterate a form with JS

I have a form with some items, and some cells contain the bank code data and account code to receive. In the same cell, I have 2% with% distinct, inputs and checkbox . I need to iterate and get the values of all hidden tha...
asked by 09.04.2015 / 01:07