Learn free online HTML5, javascript, and jquery Tutorials by Examples

Tuesday 31 January 2017

On window resize page referesh in jQuery

👆👇👈👉👌

$(window).resize(function(e) {
        location.href = location.href;
    });

No comments:

Post a Comment