Mensaje de notificación
Atribuye el uso de Zepto para aplicar JavaScript a componentes
Para agregar un mesanje tenemos que usar el estilo .tk-notify
Div
<div id=”tk-notify” class=”tk-notify tk-notify-top-center”></div>
Uso
function crearMensaje ( mensaje , segundos )
CSS
.tk-notify{ position: fixed; top: 10px; -moz-box-sizing: border-box; box-sizing: border-box; width: 350px; }