kar*_*m79 16

$("*").filter(function () {
    return $(this).width() > 400;
}).hide();
Run Code Online (Sandbox Code Playgroud)