Questions tagged as 'html'

2
answers

Required does not work (.submit)

I created a common form and put button where I had to call a JavaScript for a certain situation and button could not be type='submit' . Then I put it as type='button' , I called the JavaScript function and to submit it...
asked by 04.01.2019 / 16:02
1
answer

Pick button id click on Angular

I have several buttons with the same function and I try to get the last id clicked, but always only a single id comes. HTML: <div class="container"> <div class="row"> <div class="col-sm"> <button type="button" c...
asked by 27.12.2018 / 17:00
1
answer

Move up / down scroll bar slowly through [duplicate] link

Two fixed links in the corner of the page, if you move the mouse in the link to upload the scroll bar goes up slowly and the scroll down link is going down slowly, I saw this in an old page but I did not save it. code ... So using it for no...
asked by 26.08.2018 / 01:17
1
answer

not-null property references a null or transient value

When I try to save some city, it shows not-null error, but looking, I can not find a solution looking at the controller, I understand the error, but in my project.    Caused by: org.hibernate.PropertyValueException: not-null property referenc...
asked by 19.10.2018 / 02:18
2
answers

How to Continue submitting form after "e.preventDefault ();"

I have a code for an animated search bar, but the animation does not work along with submitting the search. I believe it's the "e.preventDefault ();" that I can not bring the event after the animation: <form action='/search' method='get'>...
asked by 21.10.2018 / 16:21
3
answers

How to tell if Modal is scrolling active?

I have a modal that does scrolling when the contents of the window is larger on the screen ..., I would like to put a different class when the modal scrolling was active, in the example below it changes the class even without scrolling: My m...
asked by 10.08.2018 / 17:08
1
answer

How do I save an array on separate lines in DB [duplicate]

How can I send a textarea containing multiple names, one per line, so that each row is a record in the database? Also, each line receives the value sent by school and class, I'm trying to do this, but only one record and in the field nome...
asked by 08.08.2018 / 16:06
2
answers

How do I make spaces between Tag Input

I have a code and need to organize a part of it, but I can not. I need to insert a space between some input, but I do not know how to do it. <tr> <td colspan="2"> <div id=input-atendimento>...
asked by 31.08.2018 / 01:19
3
answers

I need to break the line [duplicate]

Hello, I have a problem that does not leave me alone, I need when these table cells arrive at 4 on each line it jumps to the next one, but that's the problem I am pulling these cells from the database using the given $ ["description_map"]; I d...
asked by 29.08.2018 / 21:25
1
answer

How to customize the controls of the html audio element?

What I want to do is customize the controls of the html audio element. I need to display only one icon (the speaker) in the Front End, and it should only be the function of turning the mp3 audio on and off. An example of what I need is google...
asked by 01.09.2018 / 21:16