Questions tagged as 'html5'

0
answers

How to separate input and output in different columns with Angular?

I have a list of input values and output values of a box for a company being displayed. Thequestionis,howcanImakethetitle"Input" stay in one column and "Output" in another? Thanks in advance for your attention.     
asked by 14.02.2018 / 21:07
2
answers

How to check form values before submitting it JavaScript / jQuery

I need to do a two-field check of a form before submitting it. I need to check if the field 'minimum_store' is less than the 'maximum_store' field. I have already made countless attempts and none worked well, incredible as it seems sometimes...
asked by 19.02.2018 / 15:35
0
answers

How to implement a "listener" in javascript for screen viewing?

I need to implement a change in my code so that when I change DIV, that is, I stop seeing the page, the sound that is running stops automatically, as is already the case with Facebook/Instagram videos on web platforms. I made the followin...
asked by 08.02.2018 / 15:01
1
answer

different items for each ng repeat AngularJS

I have a contact form that can add more than one contact, but it comes from a ng-repeat I would like to know how I can add multiple contacts in a new div equal to the previous ng repeat first but without repeating the items ;; this is the >...
asked by 08.02.2018 / 17:57
0
answers

how to pass HTML objects as parameters

I wanted to know how I can pass a VARIAVEL variable of type "[object HTMLTableRowElement]" as a parameter to send to a JSP that will make a $(VARIAVEL).remove() using javascript. This variable has a value similar to this...
asked by 07.02.2018 / 19:46
1
answer

select2 database

I have a select2 that is populated from the database everything works, receives data from the bank, and so on. but if I want to edit it does not bring the option saved on the screen only on the front if it is debugged it is already in the normal...
asked by 15.02.2018 / 13:46
0
answers

Difficulty with responsive videos

I'm developing a project for my own study, so creating the navigation pages of the same I found a difficulty in responding with videos since until the width 992 everything runs well below that the site breaks. Myquestionnowishowtosolvethisproble...
asked by 08.02.2018 / 21:51
1
answer

Navbar resposivo not working error on line 47 (Materialize)

<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <title>Viphost</title> <link rel="stylesheet" type="text/css" href="css/materialize.min.css"> <link rel="stylesheet" t...
asked by 08.02.2018 / 22:55
2
answers

Registration form

I'm making a registration form and I do not know how to proceed in this case: The form has mandatory fields, if the user clicks "ok" without one of these fields being filled, returns a message asking the user to fill out the form. So far so g...
asked by 08.02.2018 / 19:56
0
answers

Add a string to a variable

I have the following code for a user bonnet: <input id="DomainUserName" name="DomainUserName" type="text" class="textInputField" runat="server" size="25" autocomplete="off" /> In this way the user is obliged to enter domain @ user or...
asked by 12.02.2018 / 17:55