-
Script: Closing $.colorPicker(); also closes the Script UI window (dialog)
Hi there,
I’m using $.colorPicker(); and whenever i call it i have to show an alert after that to avoid Window(“dialog”) getting closed automatically.
What should i do?
Please advisevar color_decimal = $.colorPicker();
alert("color changed"); //so it dont auto closes the dialog