I want a Javascript only solution to invoke the HTML5 color picker
<input type="color" />
Apparently you can not simulate a click on an input element because of security issues
In JavaScript can I make a "click" event fire programmatically for a file input element?
If anyone has a work around for this situation it would be really useful in my situation.
Note: A Javascript only solution means I can trigger it from the Javascript console without interacting with any HTML elements.