我写了一个简单的代码,我试图在页面加载时将背景颜色加载到div。这是代码:
<div id="offerOne">
<img src="images/images.jpg" class="img-responsive center-block" alt="img">
</div>
Javascript:
<script type="text/javascript">
$('#offerOne').attr('style', 'background-color: #f12 !important');
</script>
但是当页面加载时,这不会为div加载背景颜色。我该怎么做?
答案 0 :(得分:1)
你应该把你的代码放在Dom中,
$(function(){
$('#offerOne').attr('style', 'background-color: #f12 !important');
})
答案 1 :(得分:1)
$('#offerOne').css('background-color', '#f12');
&#13;
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div id="offerOne">
<img src="images/images.jpg" class="img-responsive center-block" alt="img">
</div>
&#13;
尝试
答案 2 :(得分:0)
使用
class Device
def denormalize_destroy_to_contact
nil
end
end
device = Device.find("xxxxxxa2")
contact = device.contact
device.destroy