﻿jQuery.fn.addTabs = function () {
    return this.each(function () {
        alert($(this).html());
    });
};
