This jQuery plugin hide or show an option item in a select list.
jQuery.fn.dnkl_option = function(optionSettings) {
/*
PLUGIN: dnkl_option([visible, value, text])
VERS: 2.0
DESC: Hide/show option item in a select list
USAGE: $('#mySelectID').dnkl_option({ visible: false, value: '1' });
...