cloudinizr

Code

    $('#example').html($('textarea').val()).cloudinizr();
    $('#example span').hover(
        function() { $(this).css('backgroundColor','#fff') },
        function() { $(this).css('backgroundColor','transparent') })
    .click(function(){ $(this).css({fontWeight: 'bold',color: '#888'}) });

Example


© 2010 Aquaron Design Studio.