Questions tagged as 'html'

1
answer

Jquery problem setting browser window

! [insert image description here] [1] I'm developing a website and I'm having a problem adjusting the window. The problem is in the site menu (nav), when I am adjusting the window to smaller it reaches a point where the menu text disappears. The...
asked by 07.12.2014 / 20:23
0
answers

scroll wheel and to the div that is below

Good morning people. I'm developing a website and I have a problem. I want to make the site presented some products, and I want it when scrolling the site scrolls say a certain size stopping at the position I want. Let's say the page rolls...
asked by 09.12.2014 / 21:34
0
answers

Multiple radiobutton selection

I am making a registration form that has the Add more fields link and when the person clicks on it, multiplies the form fields. One of these form fields are 2 radios buttons, which are "Yes () No children" , and when you click to add more fie...
asked by 05.03.2015 / 21:02
2
answers

PHP with HTML - Put an array inside a select html

Hello, I am a beginner and I am with the following question, I have an array, where one of the parameters comes from the bank, where the number 5 is from the bank. $inicio = 1; $ultimo = 5; //esse valor vem do banco. $arr = range($inicio, $ult...
asked by 26.12.2014 / 16:55
1
answer

How to customize tags in ruby on rails?

I have a form: <% form_tag :action => 'validacao' do %> <p> Login: <%= text_field :acesso, :email %></p> <p> Senha: <%= password_field :acesso, :password %></p> <p><%= sub...
asked by 14.05.2015 / 22:34
1
answer

Calculation of body mass index (BMI)

My html code is as follows: <!DOCTYPE html PUBLIC "-//WC3//DTD XHTML 1.0 Stric//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>JavaScript Aula 07&l...
asked by 01.08.2014 / 18:41
2
answers

Create navigation menu jquery method load

I'm having some trouble creating a menu where pages are loaded into div . What happens is that I'm creating an application following the MVC standard, and I do the URL treatments to redirect them, for each controller, I do not know what...
asked by 04.06.2014 / 16:58
3
answers

Writing and reading file via JavaScript

Is it possible (if so how) to do the following method with JavaScript? The person types in a form some arguments, When you click send it will execute a JavaScript code, In this code the function will get the form information and will ope...
asked by 03.03.2014 / 23:18
0
answers

Problem with javascript and html in intellij project

I created the index.js file which is composed of the javascript code below: $(document).ready(function() { $("#menu").accordion({collapsible: true, active: false}); }); and I put it together with jquery-2.1.1.min.js inside the...
asked by 22.11.2014 / 03:49
2
answers

How to fill a Select dropdown based on the value of another select, the data comes from the same table in db

I have a database where information is stored from the year. In the site I have 2 Selects, one for year and one for the files of that year, I currently do this with JS but I wanted to move to mysql, hence I wanted to know how to do for example i...
asked by 15.06.2018 / 15:00