Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages