Is it possible to refresh a partition when resizing an html page without setting a timer?
You can use window resize events such as
$ (Window) .bind ('resize', function () {$ ("# mydiv"). Load (location.href + "#mydiv");});
No comments:
Post a Comment