The following is similar to what I have on the home page of the site:
<div class="text-center">
<div id="minhaClass">
<a href="<?php echo get_site_url(); ?>/texto-1/">texto 1</a>
<a href="<?php echo get_site_url(); ?>/texto-2/">texto 2</a>
<a href="<?php echo get_site_url(); ?>/texto-3/">texto 3</a>
</div>
</div>
In this code you have php and html, my question is what jquery functions can I study to make it possible to print this snippet in code depending on the size of the device (desktop, cell, etc.) used?
I know that it is possible to use @media queries as a reference when loading, but as I capture this with jquery, what functions allow this