espa english

mail@pastecode.io avatar
unknown
html
a year ago
712 B
9
Indexable
Never
<div>
 <div class="pull-tab tabbed">
 <div class="tab">ΕSPA   2021 <i style="color:#2A2A7D; font-size:10px;" class="fa fa-chevron-down" aria-hidden="true"></i></div>
<a href="https://greece20.gov.gr/">
 <img src="https://phpmysqlappdiag454.blob.core.windows.net/blob/assets/images/seabreeze/Greece 2.0_NextGeneration_en 1.png" alt="" data-filename="Greece 2.0_NextGeneration_en 1.png" class="tabimg">
</a>
</div>
 <div>
<script>
 $(document).ready(function () {
  $(".pull-tab").toggleClass("tabbed");
});
 $(document).mouseup(function (e){
var container = $(".pull-tab");
if (!container.is(e.target) && container.has(e.target).length === 1){
   $(".pull-tab").toggleClass("tabbed");
}
});
</script></div></div>