I am trying to write a function to grab the color from a jquery color picker and apply it to some other object.For example: when I choose a color from the color picker I want to see a div's background color to the color I have chosen.I have managed to change the background color to a particular color that I wrote in the function but I couldn't be a able to call back the color that is selected on the color picker.