$.fn.search = function (option) {
        return this.each(function () {
            var $this = $(this);
            var data = $this.data('search');
            var options = typeof option === 'object' && option;