×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Влад Якуб
Added: Oct 2, 2019 3:58 PM
Modified: Apr 21, 2021 10:32 AM
Views: 4073
Tags: no tags
  1. 'advtext2'      => '
  2.             <a id="show_hide" href="#"><span>Показать</span><span hidden>Скрыть</span></a><br><br>
  3.             <div id=content class=frame hidden>'. $text .'</div>
  4.         ',
  5.         'js'    => '$("#show_hide").on("click", function () {$("#show_hide span").toggle(); $("#content").toggle();});',
  6.  
  7.