﻿


(function ($) {

    $.fn.vdButton = function () {

        var text = this.text();
        this.text("");
        var description = this.attr("title");
        var link = this.attr("href");

        //'this.parent().append("<a href='" + link + "'></a>");
        //'this.hide();
        this.append("<div class='vdButton'>" + text + "<p>" + description + "</p></div>");

    };
})(jQuery);
