Demonstration Box
Set:
$('.demo-box').css('backgroundColor','yellow'); $('.demo-box').css({
textAlign: 'right',
borderLeftWidth: '5px'
});Set:
$('.demo-box').css('backgroundColor','yellow'); $('.demo-box').css({
textAlign: 'right',
borderLeftWidth: '5px'
});Set:
$('.demo-box').attr('title', 'This is a new title!');Set:
$(':text').val('new value');$('textarea').val('more in textarea');
Set:
$('.demo-box').html('<strong>This</strong> is <em>new</em> content.');Set:
$('.demo-box').text('<strong>This</strong> is <em>new</em> content.');Set:
$('.demo-box').height(25).width(320);