$(".transformable-handle-rotate").hover(
function()
{
$(
this ).append( $( "<span> ***</span>" ) );
},
function() {
$(
this ).find( "span:last" ).remove();
}
);
No comments:
Post a Comment