I am doing validation of the registered user's email, and I want to display the message to him in case the email already exists, so I did this:
//validação de email
$(function validateEmail() {
$('#Email').change(function () {...
I intend to hide each of the 3 buttons until the 2 inputs on top of each button are filled, I had already tried to do it and it works, but if I try to add more than once it is always visible even with nothing in input
<div id="addElemen...
Does anyone know how to minify js and css files at run time.
For example: In the Html file, the call to the Javascript file looks like this:
<script src="~/Content/Site/js/funcoes.js"></script>
I would like a mined scri...
In several projects I've seen there, where database queries are required to get information, and later build tables, I noticed the following approach presented in the code snippet below:
<?php
while($row = mysql_fetch_array($res)) {
?&g...
I can not print the records in descending order. I looked at several websites for tips that could help me, but when I adapt to my code, nothing works!
My question is:
I'm creating a game on Intel XDK using Firebase as a database and Javasc...
How do I get the ids of the selected items from the checkbox (es) to send to the backend and then remove it?
<a href="">
**O QUE PASSO POR PARAMETRO PARA A FUNÇÃO? **
<i class="material-icons" title="Rem...
I'm having a problem automating a function in JS / Jquery.
I have the following code:
$('.tab-pane').each(function(index, el) {
tipo = $(this).attr('id');
$("#owl-carousel-" + tipo).owlCarousel({
loop: t...
I'm developing a system with Spring (Spring Boot) and front-end backend with HTML, CSS (BootStrap) and JavaScript (JQuery).
I'm having trouble building an ajax request.
Follow the Controller Spring code:
@RequestMapping(value = "/vis...
Hello,
I'm having a problem while running a Google Map Chart GeoChart in Java ...
If it's in a normal .html file, it works, but inside my project with xhtml it does not work.
HTML code:
<html>
<head>
<script type=...
How to make the bootstrap progress bar keep track of the youtube video (iframe) deployed on the html page
var player,
time_update_interval = 0;
function onYouTubeIframeAPIReady() {
player = new YT.Player('video-placeholder', {...