I have a div with two classes:
<div class="content pager" style="width: 1156px; float: left; list-style: none outside none;"></div>
I want to change the element style with jQuery:
$(".content pager").width(0); //Change the element style width
but it doesn't work. What is wrong in it?