I am having a difficult time trying to figure out how to set a color I choose from spectrum to another div. My HTML is like this:
<h2>Full Example</h2> <input type='text' id="full"/> <div class="outside-preview"> </div> <div id="inside-preview"> </div> The input is the spectrum and it changes the small box color. This is all standard to the plugin. I am wanting to set that same color to one of the boxes (inside-preview or outside-preview) as well.
Does anyone see what I have to do?