Skip to content

CardboardMonsters/jquery-responsive-breakpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

jquery-responsive-breakpoints

Provides JQuery events for responsive breakpoints

Usage

$(window).on('breakpoint-enter', function(e, bounds) {
    alert("Entered " + bounds.start + " - " + bounds.end);
}).on('breakpoint-leave', function(e, bounds) {
    alert("Left " + bounds.start + " - " + bounds.end);
});

$(window).breakpoints([480, 768, 980, 1200]);

About

Provides JQuery events for responsive breakpoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published