Skip to content

resize event on window is always triggered #8

Open
@gluparia

Description

@gluparia

I have the following code:

dynamic content

$(window).resize(function(e) {
console.log(e);
}

$("#test").resize(function() {
console.log("resize element");
});

The window resize callback is executed even though the window dimensions did not change.

JQuery 1.7.2

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