Если нажать на GO появиться красный квадрат -
jQuery(document).ready(function($){
$( "#go" ).click(function() {
var p = $( ".p" );
p.css({ "backgroundColor": "#ec0d0d","width": "110px","height": "110px" });
});
});


<p ></p>

<p id="go">GO</p>


А мне надо чтобы на goplus каждый раз этот квадрат становился больше на 1px и до бесконечность
(Javaskript)!
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.