I\'m at the point to convert my project into an responsive design.
What is the most handy and universal solution do you suggest to implement different jQuery-blocks
$('#selector').click(function() { if (parseInt($(window).width()) < 320) { ... } });