$(document).ready( function () {
    $(".texta-hide").click( function(event) {
        $(".texta-hide").addClass("texta-show")
    });

});
