0
How to do it
Ihave bottom and it color black but if Im chilck on bottom iwant change color by jqurery
3 odpowiedzi
+ 1
Can you show us your code?
0
<html >
<head>
<title > </title >
<SCRIPT SRC="JQURERY. MIN. JS" ></script>
<script>
$(document). Ready(function) {
$('BOTTON:FIRST'). CLICK (FUNCTION() {$('X'). CHANGE COLOR (YELLOW)
</head>
</body>
<h1>hellow</H1>
<BOTTOM >YELLOW</bottom>
<BOTTOM >RED</bottom>
</body>
</html>
0
This is my code