I'm using a jquery plugin that seems to need the color in "000000" format but when I do this:
currentcolor = $("#" + dividediting).css("background-color");
I get the output as:
rgb(0,0,0)
I'm wondering if there is a way to change the way it outputs or if I have to use regex to parse the result to get it to the needed format.. thanks for any advice