Skip to content

Instantly share code, notes, and snippets.

@fayqLs
Last active February 6, 2023 17:06
Show Gist options
  • Save fayqLs/2ee6fa20660f2ce215021727137189d1 to your computer and use it in GitHub Desktop.
Save fayqLs/2ee6fa20660f2ce215021727137189d1 to your computer and use it in GitHub Desktop.
ESCONDER e MOSTRAR O CAMPO NO FORMULÁRIO VIA JAVA SCRIPT
<?php
# OCULTAR
TScript::create("$(\"[name='campo']\").closest('.fb-inline-field-container').hide()");
# MOSTRAR
TScript::create("$(\"[name='campo']\").closest('.fb-inline-field-container').show()");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment