﻿(function ($) {

    $.fn.styleEjector = function () {

        $(this).removeAttr("style");
        return this;
    };
})(jQuery);

