I need to put an effect on the cars so they move up to that point when loading the page.
Is there any Jquery for this?
I do not know if you have a name for this effect rs
I also have to put this border in the cart, as is the example of the...
I'm not an enthusiast of front-end languages, but in one of the examples I was testing, I was left wondering how to disable the resizable property of a text area.
I know I can resize a text area by clicking its bottom corner and dragging with...
How do I make it every time the browser finds a "reserved word" in textarea , it automatically changes its color.
I want to know to make a syntax highlighting.
I'm trying to set up a progress bar with css, and the progress value is 13.20%. The problem is that it's getting a gradient effect, and I want it to change from one color to another.
.notification {
padding: 15px;
color:#FFFFFF;...
Using PHP I display a table, in id of each li , I put the id of the record that is in the database. Once they are displayed, I have an option that excludes registration, I do this through AJAX, I get the id of that...
That is, if you typed "Brazilian Music" inside the imput it gives an error and does not accept.
Example.
Whenyouhave"Brazilian Music" it will not go on .. HOW DO YOU DO IT?
MY CODE:
<!DOCTYPE html>
<html>
<...
In the yellow div ( id="conteudo" ) there is the pink div ( id="conteudo-interno" ) and an image.
The button causes the yellow div to be cleared, but I want it to disappear, except for the pink div ( conteudo-interno )
Is ther...
I have the following PHP code:
<?php
include("config.php");
if(!isset($_SESSION['user'])){
echo "you are not logged in,please click here to <a href='memberarea.html'>Login</a>";
} else{
$q...
After changing the code, I left it this way but I looked at the browser console and realized that the submit button still does not call the function:
<div class="container">
<div class="spacer">
<div class="row contact">
<...