'); groupSelectedPicture=$(this).data('picture'); groupUploadedFile = null; updateGroupSaveButton();});$('.group-picture-option').hover( function(){ if (!$(this).hasClass('is-selected')){$(this).find('[data-group-overlay]') .css('background-color', 'rgba(17, 24, 39, 0.4)') .removeClass('opacity0'); } }, function(){ if (!$(this).hasClass('is-selected')){$(this).find('[data-group-overlay]') .css('background-color', 'rgba(17, 24, 39, 0)') .addClass('opacity0'); } } );$('#groupUploadZone').on('click',function(){$('#groupFileInput').click();});$('#groupUploadZone').on('dragover',function(e){ e.preventDefault();$(this).addClass('b-4F46E5');});$('#groupUploadZone').on('dragleave',function(e){ e.preventDefault();$(this).removeClass('b-4F46E5');});$('#groupUploadZone').on('drop',function(e){ e.preventDefault();$(this).removeClass('b-4F46E5'); const file = e.originalEvent.dataTransfer.files[0];if (!file) return; const validation = validateGroupFile(file);if(!validation.valid) { alert(validation.message); return; } handleGroupUpload(file);});$('#groupFileInput').on('change',function(){ handleGroupFileSelect(this.files[0]);}); function validateGroupFile(file) { const maxSize = 2 * 1024 * 1024;if (file.size > maxSize){return { valid: false, message: 'File size must be less than 2MB' }; } const validTypes = ['image/jpeg', 'image/jpg', 'image/png', 'image/gif'];if (!validTypes.includes(file.type)){return { valid: false, message: 'Only JPG, PNG, and GIF files are allowed' }; } return { valid: true }; } function handleGroupFileSelect(file){if(!file) return; const validation = validateGroupFile(file);if(!validation.valid) { alert(validation.message); return; } groupUploadedFile = file; groupSelectedPicture = null;$('.group-picture-option').removeClass('selected'); updateGroupSaveButton(); } function handleGroupUpload(file) { const dropZone=$('#groupUploadZone'); const originalContent = dropZone.html(); dropZone.html('
Uploading...
Start by adding verses you want the group to memorize together.
The group administrators will add verses for everyone to memorize together soon.
Click to upload or drag and drop Click to upload
PNG, JPG or GIF (max. 2MB)
Add members to
Can't find who you're looking for? Send them an email invitation to join.
Type yes to confirm you want to leave this group
Our platform helps you hide Scripture in your heart through proven memorization methods and a supportive community of believers.
Memory Verses