Skip to content

why doesn't this work? #32

Open
Open
@N6REJ

Description

@N6REJ

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions