get_query_var()$city = get_query_var( 'city', __( 'Moscow', 'default' ) );
$(window).resize(function() {
if ( $(window).width() < 960 ) {
alert('Less than 960');
} else {
alert('More than 960');
}
});