overflow: auto;
white-space: pre-wrap;
$(...).iziModal()
$( document ).ready(function() {
$(...).iziModal()
});
<?php $tag = wp_tag_cloud( array( 'format' => 'array', 'smallest' => '11','largest' => '11','unit' => 'px','number' => '12') ); ?>
<ul>
<?php
foreach ($tag as $key => $value) {
echo "<li>$value</li>";
}
?>
</ul>
.screen-reader-text {
position: absolute!important;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
width: 1px;
height: 1px;
}
$( "#dataTable tbody" ).on( "click", "tr", function() {
console.log( $( this ).text() );
});