Using the new input="color" element within Chrome triggers a new popup dialog:
I would like to know if there is an event handler that fires as soon as the value in this preview window changes and not only after clicking on "OK"
jQuery('#colorinput').on('change', function() { // fires only after clicking OK
jQuery('#main').css('background-color', jQuery(this).val());
});?
See http://jsfiddle.net/Riesling/PEGS4/
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…