Thank you

We Look Forward to supporting your Nonprofit!

To access helpful Articles, please check out our Nonprofit Article Posts!

Thank you for your interest in partnering with BryteBridge Nonprofit Solutions! We have assigned you to a Nonprofit Advisor where you will be able to book a complimentary consultation. Check your email! Please note, that sometimes the initial email goes to your SPAM folder.

If you have any questions or concerns please call us at 877-857-9002 or email us at [email protected].

'; printContent += ''; printContent += '
'; printContent += ''; printContent += '

' + title + '

'; printContent += '
'; printContent += content.html(); printContent += '
'; printContent += '
'; printContent += cntinfo; printContent += ''; printWindow.document.write(printContent); printWindow.document.close(); printWindow.onload = function() { printWindow.print(); }; } }); }); /*jQuery('.article-pdf').click(function(e) { e.preventDefault(); var pageURL = jQuery(this).parents('.article-item-actions').find('.article-read-link').attr('href'); jQuery.ajax({ url: pageURL, success: function(data) { var title = jQuery(data).find('.article-title').text(); var content = jQuery(data).find('.article-single-content').clone(); // Exclude certain child elements content.find('.custom-attach-button').remove(); var printContent = '
'; printContent += '

' + title + '

'; printContent += '
'; printContent += content.html(); printContent += '
'; window.jsPDF = window.jspdf.jsPDF // var sanitizedHtml = DOMPurify.sanitize(data); const response = await fetch(url); const htmlContent = await response.text(); var sanitizedHtml = DOMPurify.sanitize(htmlContent); // var doc = new jsPDF(); // doc.html(sanitizedHtml, { // callback: function(doc) { // // Save the PDF file with a name // doc.save('document.pdf'); // } // }); } }); });*/ }); // Function to prevent printing function preventPrinting(event) { // Check if Ctrl key is pressed and the 'p' key is pressed if ((event.ctrlKey || event.metaKey) && event.key === 'p') { // Prevent the default printing behavior event.preventDefault(); // Run custom JavaScript code here document.getElementsByClassName('dpbn-btn')[0].click(); } } // Add event listener to detect keydown events document.addEventListener('keydown', preventPrinting);