$(document).ready(function(){ $('#storage_handling_popup').hide(); $('.handlingLine').click(function() { $('#storage_handling_popup').modal(); $('#simplemodal-container').css({'width': '550px'}); $('#simplemodal-container').addClass('storage_popup'); $('.storage_handling_popup_close_button').click(function() { $.modal.close(); return false; }); return false; }); });