jquery modify style attribute

JavaScript
$('#yourElement').css('display', 'none');
Source

Also in JavaScript: