Rangers conduct search operation in Karachi
Source: The News
Published in Law & Order on Tuesday, August 02, 2016
KARACHI: Police and Rangers arrested 14 suspects in overnight search operations conducted in different areas of the city, on Monday.
According to details, Rangers have detained at least four suspects in a search operation carried out in Liaqatabad. Almost 10 to 12 Rangers’ mobile vehicles were involved in the targeted search operation conducted at a residential area and recovered four sacks of armaments and two bullet proof jackets.
A house-to-house search operation was carried out by police in Sadar area from where 10 suspects have been arrested. The arrested people were taken into custody for further interrogation.
On Monday, Chief Minister Murad Ali Shah had approved the summary granting Rangers stay in Karachi with special powers for one year. Following the orders, Rangers continued to play a vital part in maintaining the law and order situation of Karachi.
Most Popular
-
-
Chief Minister Punjab
180557 Views
-
Chairman of Pakistan Tehreek-e-Insaf
157669 Views
-
Ex-Prime Minister of Pakistan
147059 Views
-
Film Actress
106499 Views
');
Recaptcha.widget = Recaptcha.$('recaptcha_widget_div');
}
Recaptcha.reload();
Recaptcha.challenge_callback();
}
}
$('.popup').popover({
html: true,
placement: 'auto',
trigger: 'hover',
container: 'body',
content: function () {
return $('#' + "d" + $(this).attr("id")).html();
}
});
var jcarousel = $('.jcarousel');
jcarousel
.on('jcarousel:reload jcarousel:create', function () {
var width = jcarousel.innerWidth();
if (width >= 600) {
width = width / 1;
} else if (width >= 350) {
width = width / 2;
}
jcarousel.jcarousel('items').css('width', width + 'px');
})
.jcarousel({
wrap: 'circular'
});
var jcarouselauto = $('.jcarousel-auto');
jcarouselauto
.jcarousel({
wrap: 'circular'
})
.jcarouselAutoscroll({
interval: 5000,
target: '+=1',
autostart: true
});
$('.jcarousel-control-prev')
.jcarouselControl({
target: '-=1'
});
$('.jcarousel-control-next')
.jcarouselControl({
target: '+=1'
});
$('.jcarousel-pagination2')
.on('jcarouselpagination:active', 'a', function () {
$(this).addClass('active');
})
.on('jcarouselpagination:inactive', 'a', function () {
$(this).removeClass('active');
})
.on('click', function (e) {
e.preventDefault();
})
.jcarouselPagination({
perPage: 1,
item: function (page) {
return '
' + page + '';
}
});
$(document).ready(function () {
manager = Sys.WebForms.PageRequestManager.getInstance()
manager.add_beginRequest(BeginRequest);
manager.add_endRequest(EndRequest);
});
function pageLoad() {
$(".popupShowWeightage").click(function () {
$('#divWeightage').modal('show')
});
}
function BeginRequest() {
manager._scrollPosition = null;
}
function EndRequest(sender, args) {
manager._scrollPosition = null;
//$('#divPreviousResponses').modal('hide')
}
function hideModal(modalwindow) {
$(modalwindow).modal('hide');
}