UNPKG

jquery-crate

Version:

Cratify tool that turns a division into a distributed and decentralized collaborative editor

13 lines (10 loc) 340 B
function CloseButton(container){ this.button = jQuery('<button>').appendTo(container) .attr('type', 'button') .addClass('close') .css('color', 'white') .append(jQuery('<span>') .attr('aria-hidden', 'true') .html('&nbsp;&nbsp;&times')); }; module.exports = CloseButton;