I'm new to jQuery, and I would like to change the color of my background using the input and jQuery.
Could someone give me the right approach, because I'm seriously challenged?
<div>
<input type="color" id="input">
</div>
$(input).ready(function(){
$("body").on {
});
});