What are classQueries?
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
<button class="cq_click_hide_id-example">Hide #example</button>
<p id="example">This element vanishes when you press the button above!</p><p class="cq_init_hide_self">This element is never visible!</p><a href="#" class="cq_click_scrollTo-smooth_id-introduction">Go to introduction</a>
<a href="#" class="cq_click_scrollTo-smooth_id-contact">Go to contact form</a>
<a href="#" class="cq_click_scrollTo-smooth_id-members">Go to members list</a>
<!-- Some other content ... -->
<div id="introduction">
This is the introduction!
</div>
<div id="contact">
This is a contact form.
</div>
<div class="members">
This is a list with all members.
</div>