0

jQuery(window).resize(function() {
  var width = jQuery(window).width();
  console.log(width);
  var height = jQuery(window).height();
})

Jagdish Sarma Asked question November 9, 2021
Add a Comment