Open
Description
when I use 'html' or 'body" and resize the browser sliding left to right or right to left, nothing happens.
<!-- window resize detection event -->
<script type="text/javascript">
var topnavbar = <?php echo $topnavbar; ?>;
var myFunc = function(jQuery) {
jQuery('body').css('border', '44px solid blue');
};
jQuery('html').resize(myFunc);
//jQuery('body').removeResize(myFunc);
</script>
what am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels