espa english
unknown
html
2 years ago
712 B
21
Indexable
<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>Editor is loading...