Tengo que borrar y volver a dibujar un contenedor principal de JavaScript de raphael. Lo he intentado conForma más sencilla de borrar un contenedor usando la biblioteca gráfica de JavaScript de raphaeljs
var paper = Raphael(10, 50, 320, 200); paper.remove(); // Doesn't work paper.node.removeNode(); //this neither paper.removeNode(); //this neither
¿Alguna idea?
lo que es un Rafael? – BerggreenDK
http://raphaeljs.com/, una biblioteca gráfica de JavaScript – Emilio