(function($) { 'use strict'; $(function() { $('#show').avgrund({ height: 500, holderClass: 'custom', showClose: true, showCloseText: 'x', onBlurContainer: '.container-scroller', template: '
So implement your design and place content here! If you want to close modal, please hit "Esc", click somewhere on the screen or use special button.
' + '' + '' }); }) })(jQuery);