Color Picker - jQuery plugin

Color Picker - jQuery plugin

Hello everybody I use the Colorpicker plugin from http://www.eyecon.ro/colorpicker/. Now I have created a site with many inputs from type="radio" and type="text". If the type is text the colorpicker plugin works fine but also on radio buttons everytime the slider open the colorselectordialog.
How can I disable that the dialog opens at a radio button? I have tried this:

  1. var field = $(this).parent().find('input[type=text]').focus();
  2. ev.data.el.removeClass('colorpicker_slider').find('input[type=text]').focus();

but it didn't work.
Have anyone an idea? I you need more code tell me.

Best Regards
Crazymodder