Questions tagged as 'html'

1
answer

Return from jQuery function

Hello, I'm picking up on something very simple. I have a function in jQuery that checks if there is any open modal on the page. For this it checks the class of <body> and returns 1 if it has modal open and 0 if it does not....
asked by 16.06.2016 / 16:20
1
answer

Real-time password verification with javascript and html

Good evening I would like a help from what a real-time password verification in javascript and html would look like, I think of two text boxes and a message below that would indicate something like "divergent password" until both fields are f...
asked by 23.06.2016 / 05:29
1
answer

DOUBT: Layout split [closed]

I'm new to development and I'm developing a project for learning. Here is a question I have about the division of the layout. What is the best practice? Have separate header / sidebar footer content parts in different files and do include / r...
asked by 20.01.2017 / 16:39
1
answer

Access javascript object in html form

Hello, I'm facing a difficulty with my javascript code, as I can not imagine a way in which I can access the constructor functions of my JavaScrip object in the HTML form. I would like to know if there is a way to do this that I want. B...
asked by 21.05.2016 / 16:20
1
answer

Create array from dynamic form in PHP

Good evening guys. How can I get information from a form with dynamic array inputs? The dynamic inputs are when the user clicks a button requesting more inputs.     
asked by 21.05.2016 / 04:17
1
answer

Read JSON and print in html with angularJS

I am trying to print the data from a JSON file in html using AngularJS, running everything by XAMPP and in my htdocs / test folder has 3 files (index.html, main.js, test.json). The console does not show any errors, I even tried to debug by firef...
asked by 21.05.2016 / 14:22
1
answer

Interface GET and POST Method with Angular + Node.js

I have some beginner's doubts and I wanted to help you. I created a Residential Automation, based on Microcontroller + Node.js + Angular.js. Communication of the Angular.js with the Microcontroller is OK. But I will also do the reverse. In wh...
asked by 04.10.2016 / 15:01
1
answer

Responsible on the PC but not on the tablet or mobile phone

background-image:url("../assetsimages/book.jpg"); background-size: 100% auto; background-repeat: no-repeat; max-width:auto; height: auto; As you can see on the tablet and mobile phone is not responsive and I do not understand why.     
asked by 24.03.2018 / 10:54
2
answers

Link Anchors, how to let it open in a certain position of the page

Next, I'm using a page with anchor in "tabs", but when I click the link inside the ABA it opens right plus pulls to the top of the page the corresponding id, and thus impairs the MENU that is fixed on the top (because it runs the page) I wond...
asked by 28.03.2018 / 04:50
2
answers

form read database

Hello everyone, I'm trying to make a form read MySql database options, but the line of code below shows me only the word "Array". What is my error on this line? Can someone help me. <form id="cadastro" action= "cadastroprodutos.php" meth...
asked by 07.05.2016 / 17:58