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