Knowledge Base

¿Qué es esto?

JQuery: Mostrar / ocultar un elemento

03/07/2015 - 11/11/2018 -  Comentarios - JQuery

// Mostrar

jQuery(".field_13-error").show();

// Ocultar

jQuery(".field_13-error").hide();