For some reason I can't get this function to work..I've included the code and error from Chrome.
Is it the ::
that's causing a problem? It's driving me nuts. Variable 101 here hehe.
EDIT: I'm trying to call a pseudo-element, which cannot be styled via .css().
var grabColor = $('.sb-custom-color').val();
var placeholder = 'form .entry-form-wrap input::-webkit-input-placeholder';
$(placeholder).css("color", grabColor);
Uncaught Error: Syntax error, unrecognized expression: form .entry-form-wrap input::-webkit-input-placeholder