Good morning, I have a "ready" code where the user must register an event that will later be shown in a calendar, well the first part is ready and the second is giving me problems, I would like to do a check of the start date and end date and en...
I want an "imdb" star ranking system, but the element only appears once inside the cycle.
Script:
<script>
$(document).ready(function () {
$(function () {
$("#rateYo").rateYo({
onChange: functi...
Hello,
I have the following script:
<script>
function TestaCPF(strCPF) {
var Soma;
var Resto;
Soma = 0;
if (strCPF == "00000000000") return false;
for (i=1; i<=9; i++) Soma = Soma + parseInt(strCPF.substring(i-...
I have the following HTML5 (only relevant):
<html>
<head>
<meta charset="UTF-8"/>
<title>Test</title>
</head>
<body>
<div id="layout">
<main>
<section>...
How to hide ul by clicking off the menu or hovering the mouse off the menu? I tried but I did not succeed.
function aperfil(opthard){
if(document.getElementById(opthard).style.display== "none"){
document.getElementById(opthard).styl...
I have a white logo on my website and a white menu, and my contact div has the white background, so they disappear. I want to know how to make a script that will change the logo and menu css when in this div.
I need to pass as parameter the content that is in textbox , in onclick of a button. How can I do this?
This is the Html code:
<div id="popup">
<table width="300" height="160">
<tr>
<td colspan...
Good community.
I have a chat system, like fb. I am using js, ajax and php. All right up here. It works. The only problem now is that I wanted to save the current chat divs when changing pages.
How can I do this?
I have a button, when I click on it I want a field of type input , in that field, when I add some text I want it to go to the database, with a ALTER table . How do input appear and how do I get rid of it?