/
How to hide and show banner with JavaScript?
How to hide and show banner with JavaScript?
<script>
var bannerId = 1;
AJS.$('.jibrokBanner[bannerid=' + bannerId + ']').hide()
//AJS.$('.jibrokBanner[bannerid=' + bannerId + ']').show()
</script>
, multiple selections available,
Related content
How to add message as popup(dialog)?
How to add message as popup(dialog)?
Read with this
Customizable Announcements - banner examples (🛠 section in work)
Customizable Announcements - banner examples (🛠 section in work)
Read with this
How to show banner only on specified page(url)?
How to show banner only on specified page(url)?
Read with this