With some real code 

$.fn.highlight = function() {
    this.css('border', '2px dotted #ff9000');
};