Questions tagged as 'html'

1
answer

GitHub Pages crashing when trying to load resources with error 404

I tried uploading a project I had done some time ago, and when I use the GitHub pages to play online, I find it difficult to render. Thefilesitcannotloadareallinthe repository , I do not understand the difficulty that the GitHub pages are ha...
asked by 07.12.2017 / 21:15
1
answer

Effect waves materialize

I'm testing some materialize components, because I'm a beginner. I noticed that the effect of the waves-effect waves-light class is not working. I wanted to know what's happening, I've tried waves-rippler but it did not work either. I also think...
asked by 07.12.2017 / 06:04
1
answer

Insert a variable to query and display data in a Modal already active in PHP

I'm new to PHP and I came across the following situation: I have a Modal, which automatically loads the data of a predefined query and is working! What I need to implement: Type a variable and display the result in the same Modal . Is thi...
asked by 06.12.2017 / 19:18
0
answers

Error while selecting date focused on bootstrap datepicker

I'm using the bootstrap datepicker version 2.0. // Expected Behavior When you type a day it gets focused on the calendar so when you click on this focus day, you have to fill in the date. // Real behavior When you type a day it gets...
asked by 30.11.2017 / 19:59
1
answer

sticky-top Bootstrap does not work

Can you tell me if I need to change something in my CSS or JS to run the Bootstrap sticky-top? I'm using Bootstrap version 4.5 and CSS formatting just put a Height manually in the menu, the rest is just Bootstrap. Follow my code: @* Veri...
asked by 01.12.2017 / 14:51
3
answers

How to limit the size of the Body to stay centered on the screen in Css [closed]

body{ font-family: gotham, arial, helvetica, sans-serif; font-size: 18px; margin: 0; padding: 0; margin: 0 auto; }     
asked by 28.11.2017 / 02:01
1
answer

change class label according to text

Can anyone help me with this js please? I need the label to change according to the text, if it is "victory" it is success and for "defeat" it gets danger, it follows code below: Note my $ {resultad.statusResults) brings the bank only "Vic...
asked by 27.11.2017 / 19:03
1
answer

Function in JavaScript triggered after clicking div and saving data in the database

I would like to know if you have a javascript function after clicking and dragging a div (better still: after "drop" the div). I want to make a code so that every time I move the div to a table an UPDATE happens (but I can not imagine how). &l...
asked by 10.12.2017 / 04:26
1
answer

How can I create an edit button to edit a dynamically created table in javaScript

<!DOCTYPE html> <html> <head> <title>Tabela dinamica</title> <link rel="stylesheet" type="text/css" href="css/css.css"> </head> <body> <form action="" class="tabela"> <la...
asked by 14.11.2017 / 13:15
0
answers

Can you handle the submit form event with jquery in order to change the values sent to the server?

I have a server in java that receives an object with even other objects inside the object. I would like to know if it is possible to change the submit in such a way that it can change the structure allowing to place an object in json in the form...
asked by 14.11.2017 / 23:04