Turn any text input field into a color picker with jQuery
I needed this functionality in forminator. Unfortunately this plugin does not support color picker inputs. But HTML5 and jQuery came to the rescue. Just specify the input with a class or ID and dump in this code snippet: function enym_colorpicker()…
