Primeras pruebas demo

This commit is contained in:
Diego Hernandez 2021-04-01 12:55:28 +02:00
parent b5ad73dd4a
commit ec3031ac4b
1 changed files with 10 additions and 0 deletions

10
demo.js Normal file
View File

@ -0,0 +1,10 @@
// Insert your code here //
$("#hideAll").click(function(){
if( $( "#region-main-box section:nth-child(2)" )){
$( "#region-main-box section:nth-child(2)" ).remove();
}
else{
$(".superContent").append('<input id="sendbutton" type="submit" class="occultable" value="send"/>');
}
});