Customize Background Color using Jquery


hey .. this is customize your website background color.it contain very simple j query  used to customize  background.you can customize any background . it's is same as color picker.it pick the color and change the background color.

Download this j uery first 

<script type="text/javascript" src="js/jscolor.js"></script>

HTML : include to j query after just copy and paste to this line automatically run this customize background.

<input class="color" onchange="document.getElementsByTagName('BODY')[0].style.backgroundColor = '#'+this.color">




Source code:


<html>
<head>
<title>customize Background Color </title>
</head>
<body>
<script type="text/javascript" src="js/jscolor.js"></script>
<p> Change background:<br>
<input class="color" onchange="document.getElementsByTagName('BODY')[0].style.backgroundColor = '#'+this.color">
</body>
</html>


No comments:

Post a Comment