$(function () { $('#image_container').css('background', 'url(/data/editor/8a7bc8e8fba2bd5204bbc5bb7aa05e152234382.jpg)'); $('#image_container').css('text-align', 'center'); $('#image').css('width', '75%'); $('#notice').hide(); $('#btn_notice').on('click', function () { $('#notice').toggle(500); }); });