https://thanal.org.in/wp-includes/js/dist/hooks.min.js
https://thanal.org.in/wp-includes/js/dist/i18n.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
var GiveCampaignOptions = {"isAdmin":"","adminUrl":"https:\/\/thanal.org.in\/wp-admin\/","apiRoot":"https:\/\/thanal.org.in\/wp-json\/givewp\/v3\/campaigns","apiNonce":"e8383cd6b9","campaignsAdminUrl":"https:\/\/thanal.org.in\/wp-admin\/edit.php?post_type=give_forms&page=give-campaigns","currency":"INR","currencySymbol":"\u20b9","isRecurringEnabled":null,"admin":null};
var breeze_prefetch = {"local_url":"https:\/\/thanal.org.in","ignore_remote_prefetch":"1","ignore_list":["\/donate\/donation-confirmation\/","\/donor-dashboard\/","\/donation-failed\/","wp-admin","wp-login.php"]};
https://thanal.org.in/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://thanal.org.in/wp-includes/js/jquery/jquery.min.js
https://thanal.org.in/wp-includes/js/jquery/jquery-migrate.min.js
var give_global_vars = {"ajaxurl":"https:\/\/thanal.org.in\/wp-admin\/admin-ajax.php","checkout_nonce":"c9456e02e7","currency":"INR","currency_sign":"\u20b9","currency_pos":"before","thousands_separator":",","decimal_separator":".","no_gateway":"Please select a payment method.","bad_minimum":"The minimum custom donation amount for this form is","bad_maximum":"The maximum custom donation amount for this form is","general_loading":"Loading...","purchase_loading":"Please Wait...","textForOverlayScreen":"<h3>Processing...<\/h3><p>This will only take a second!<\/p>","number_decimals":"2","is_test_mode":"","give_version":"4.2.1","magnific_options":{"main_class":"give-modal","close_on_bg_click":false},"form_translation":{"payment-mode":"Please select payment mode.","give_first":"Please enter your first name.","give_last":"Please enter your last name.","give_email":"Please enter a valid email address.","give_user_login":"Invalid email address or username.","give_user_pass":"Enter a password.","give_user_pass_confirm":"Enter the password confirmation.","give_agree_to_terms":"You must agree to the terms and conditions."},"confirm_email_sent_message":"Please check your email and click on the link to access your complete donation history.","ajax_vars":{"ajaxurl":"https:\/\/thanal.org.in\/wp-admin\/admin-ajax.php","ajaxNonce":"2c272946c3","loading":"Loading","select_option":"Please select an option","default_gateway":"ccavenue","permalinks":"1","number_decimals":2},"cookie_hash":"9af6d85080f7d06e799231707559068d","session_nonce_cookie_name":"wp-give_session_reset_nonce_9af6d85080f7d06e799231707559068d","session_cookie_name":"wp-give_session_9af6d85080f7d06e799231707559068d","delete_session_nonce_cookie":"0"};
var giveApiSettings = {"root":"https:\/\/thanal.org.in\/wp-json\/give-api\/v2\/","rest_base":"give-api\/v2"};
https://thanal.org.in/wp-content/plugins/give/build/assets/dist/js/give.js
https://thanal.org.in/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js
var ecs_ajax_params = {"ajaxurl":"https:\/\/thanal.org.in\/wp-admin\/admin-ajax.php","posts":"{\"page\":0,\"name\":\"from-despair-to-resilience\",\"category_name\":\"inspiring-stories\",\"error\":\"\",\"m\":\"\",\"p\":0,\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"pagename\":\"\",\"page_id\":0,\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"all\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"search_columns\":[],\"ignore_sticky_posts\":false,\"suppress_filters\":false,\"cache_results\":true,\"update_post_term_cache\":true,\"update_menu_item_cache\":false,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"post_type\":\"\",\"posts_per_page\":12,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}"};
https://thanal.org.in/wp-content/plugins/ele-custom-skin/assets/js/ecs_ajax_pagination.js
https://thanal.org.in/wp-content/plugins/ele-custom-skin/assets/js/ecs.js
document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
Skip to contentFrom Despair To Resilience
Bangalore: Sridevi (name not real), a 32-year-old from Bangalore, faced devastating hardships after her husband abandoned her during pregnancy, leading to the loss of her twin babies. Left destitute and despairing, she found refuge at Thanal Grandma Home ECRC in Bangalore. Under Dr. Ramya’s care, her health improved remarkably. With the support of social worker Divya K. S, she found employment in the city, and reconnected with her estranged family. Their reunion marked a profound moment of joy, symbolizing hope and resilience. Thanal Grandma Home’s compassionate aid extending the warmth of care, comfort and hope in Sridevi’s iron-willed journey through the testing times and atrocious challenges of life’s adversities exemplifies the transformative power of its committed actions in embracing the weak and vulnerable sections.
Share
const lazyloadRunObserver = () => {
const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
entries.forEach( ( entry ) => {
if ( entry.isIntersecting ) {
let lazyloadBackground = entry.target;
if( lazyloadBackground ) {
lazyloadBackground.classList.add( 'e-lazyloaded' );
}
lazyloadBackgroundObserver.unobserve( entry.target );
}
});
}, { rootMargin: '200px 0px 200px 0px' } );
lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
lazyloadBackgroundObserver.observe( lazyloadBackground );
} );
};
const events = [
'DOMContentLoaded',
'elementor/lazyload/observe',
];
events.forEach( ( event ) => {
document.addEventListener( event, lazyloadRunObserver );
} );
https://thanal.org.in/wp-includes/js/dist/vendor/react.min.js
https://thanal.org.in/wp-includes/js/dist/vendor/react-jsx-runtime.min.js
https://thanal.org.in/wp-includes/js/dist/vendor/wp-polyfill.min.js
https://thanal.org.in/wp-includes/js/dist/url.min.js
https://thanal.org.in/wp-includes/js/dist/api-fetch.min.js
wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://thanal.org.in/wp-json/" ) );
wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "e8383cd6b9" );
wp.apiFetch.use( wp.apiFetch.nonceMiddleware );
wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );
wp.apiFetch.nonceEndpoint = "https://thanal.org.in/wp-admin/admin-ajax.php?action=rest-nonce";
https://thanal.org.in/wp-includes/js/dist/vendor/react-dom.min.js
https://thanal.org.in/wp-includes/js/dist/dom-ready.min.js
https://thanal.org.in/wp-includes/js/dist/a11y.min.js
https://thanal.org.in/wp-includes/js/dist/blob.min.js
https://thanal.org.in/wp-includes/js/dist/block-serialization-default-parser.min.js
https://thanal.org.in/wp-includes/js/dist/autop.min.js
https://thanal.org.in/wp-includes/js/dist/deprecated.min.js
https://thanal.org.in/wp-includes/js/dist/dom.min.js
https://thanal.org.in/wp-includes/js/dist/escape-html.min.js
https://thanal.org.in/wp-includes/js/dist/element.min.js
https://thanal.org.in/wp-includes/js/dist/is-shallow-equal.min.js
https://thanal.org.in/wp-includes/js/dist/keycodes.min.js
https://thanal.org.in/wp-includes/js/dist/priority-queue.min.js
https://thanal.org.in/wp-includes/js/dist/compose.min.js
https://thanal.org.in/wp-includes/js/dist/private-apis.min.js
https://thanal.org.in/wp-includes/js/dist/redux-routine.min.js
https://thanal.org.in/wp-includes/js/dist/data.min.js
( function() {
var userId = 0;
var storageKey = "WP_DATA_USER_" + userId;
wp.data
.use( wp.data.plugins.persistence, { storageKey: storageKey } );
} )();
https://thanal.org.in/wp-includes/js/dist/html-entities.min.js
https://thanal.org.in/wp-includes/js/dist/rich-text.min.js
https://thanal.org.in/wp-includes/js/dist/shortcode.min.js
https://thanal.org.in/wp-includes/js/dist/warning.min.js
https://thanal.org.in/wp-includes/js/dist/blocks.min.js
https://thanal.org.in/wp-includes/js/dist/vendor/moment.min.js
moment.updateLocale( 'en_US', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":1},"longDateFormat":{"LT":"g:i a","LTS":null,"L":null,"LL":"F j, Y","LLL":"F j, Y g:i a","LLLL":null}} );
https://thanal.org.in/wp-includes/js/dist/date.min.js
wp.date.setSettings( {"l10n":{"locale":"en_US","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"meridiem":{"am":"am","pm":"pm","AM":"AM","PM":"PM"},"relative":{"future":"%s from now","past":"%s ago","s":"a second","ss":"%d seconds","m":"a minute","mm":"%d minutes","h":"an hour","hh":"%d hours","d":"a day","dd":"%d days","M":"a month","MM":"%d months","y":"a year","yy":"%d years"},"startOfWeek":1},"formats":{"time":"g:i a","date":"F j, Y","datetime":"F j, Y g:i a","datetimeAbbreviated":"M j, Y g:i a"},"timezone":{"offset":5.5,"offsetFormatted":"5:30","string":"","abbr":""}} );
https://thanal.org.in/wp-includes/js/dist/primitives.min.js
https://thanal.org.in/wp-includes/js/dist/components.min.js
https://thanal.org.in/wp-includes/js/dist/keyboard-shortcuts.min.js
https://thanal.org.in/wp-includes/js/dist/commands.min.js
https://thanal.org.in/wp-includes/js/dist/notices.min.js
https://thanal.org.in/wp-includes/js/dist/preferences-persistence.min.js
https://thanal.org.in/wp-includes/js/dist/preferences.min.js
( function() {
var serverData = false;
var userId = "0";
var persistenceLayer = wp.preferencesPersistence.__unstableCreatePersistenceLayer( serverData, userId );
var preferencesStore = wp.preferences.store;
wp.data.dispatch( preferencesStore ).setPersistenceLayer( persistenceLayer );
} ) ();
https://thanal.org.in/wp-includes/js/dist/style-engine.min.js
https://thanal.org.in/wp-includes/js/dist/token-list.min.js
https://thanal.org.in/wp-includes/js/dist/block-editor.min.js
https://thanal.org.in/wp-includes/js/dist/core-data.min.js
https://thanal.org.in/wp-content/plugins/give/build/formEntity.js
https://thanal.org.in/wp-content/plugins/give/build/campaignEntity.js
var GiveDonationSummaryData = {"currencyPrecisionLookup":{"USD":2,"EUR":2,"GBP":2,"AUD":2,"BRL":2,"CAD":2,"CZK":2,"DKK":2,"HKD":2,"HUF":2,"ILS":2,"JPY":0,"MYR":2,"MXN":2,"MAD":2,"NZD":2,"NOK":2,"PHP":2,"PLN":2,"SGD":2,"KRW":0,"ZAR":2,"SEK":2,"CHF":2,"TWD":2,"THB":2,"INR":2,"TRY":2,"IRR":2,"RUB":2,"AED":2,"AMD":2,"ANG":2,"ARS":2,"AWG":2,"BAM":2,"BDT":2,"BHD":3,"BMD":2,"BND":2,"BOB":2,"BSD":2,"BWP":2,"BZD":2,"CLP":0,"CNY":2,"COP":2,"CRC":2,"CUC":2,"CUP":2,"DOP":2,"EGP":2,"GIP":2,"GTQ":2,"HNL":2,"HRK":2,"IDR":2,"ISK":0,"JMD":2,"JOD":2,"KES":2,"KWD":2,"KYD":2,"MKD":2,"NPR":2,"OMR":3,"PEN":2,"PKR":2,"RON":2,"SAR":2,"SZL":2,"TOP":2,"TZS":2,"UAH":2,"UYU":2,"VEF":2,"XCD":2,"AFN":2,"ALL":2,"AOA":2,"AZN":2,"BBD":2,"BGN":2,"BIF":0,"XBT":8,"BTN":1,"BYR":2,"BYN":2,"CDF":2,"CVE":2,"DJF":0,"DZD":2,"ERN":2,"ETB":2,"FJD":2,"FKP":2,"GEL":2,"GGP":2,"GHS":2,"GMD":2,"GNF":0,"GYD":2,"HTG":2,"IMP":2,"IQD":2,"IRT":2,"JEP":2,"KGS":2,"KHR":0,"KMF":2,"KPW":0,"KZT":2,"LAK":0,"LBP":2,"LKR":0,"LRD":2,"LSL":2,"LYD":3,"MDL":2,"MGA":0,"MMK":2,"MNT":2,"MOP":2,"MRO":2,"MUR":2,"MVR":1,"MWK":2,"MZN":0,"NAD":2,"NGN":2,"NIO":2,"PAB":2,"PGK":2,"PRB":2,"PYG":2,"QAR":2,"RSD":2,"RWF":2,"SBD":2,"SCR":2,"SDG":2,"SHP":2,"SLL":2,"SOS":2,"SRD":2,"SSP":2,"STD":2,"SYP":2,"TJS":2,"TMT":2,"TND":3,"TTD":2,"UGX":2,"UZS":2,"VND":1,"VUV":0,"WST":2,"XAF":2,"XOF":2,"XPF":2,"YER":2,"ZMW":2},"recurringLabelLookup":[]};
https://thanal.org.in/wp-content/plugins/give/build/assets/dist/js/give-donation-summary.js
var gcfe_public_localize = {"ajaxurl":"https:\/\/thanal.org.in\/wp-admin\/admin-ajax.php","nonce":"da47bd37d4","table_nonce":"fa42d4975c","locale_with_hyphen":"en","graphinaChartSettings":[],"view_port":"off","no_data_available":"No Data Available","provinceSupportedCountries":["US","CA","MX","BR","AR","DE","IT","ES","GB","AU","IN","CN","JP","RU","FR"]};
https://thanal.org.in/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js
https://thanal.org.in/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js
https://thanal.org.in/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js
https://thanal.org.in/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js
https://thanal.org.in/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js
var localize = {"ajaxurl":"https:\/\/thanal.org.in\/wp-admin\/admin-ajax.php","nonce":"9339c33a58","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/thanal.org.in\/inspiring-stories\/from-despair-to-resilience\/","cart_redirectition":"no","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":true},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":true}}};
https://thanal.org.in/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js
https://thanal.org.in/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js
https://thanal.org.in/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js
https://thanal.org.in/wp-content/plugins/elementor/assets/js/frontend-modules.min.js
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/thanal.org.in\/wp-admin\/admin-ajax.php","nonce":"52ee4f55f0","urls":{"assets":"https:\/\/thanal.org.in\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/thanal.org.in\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},
"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/thanal.org.in\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
https://thanal.org.in/wp-content/plugins/elementor-pro/assets/js/frontend.min.js
https://thanal.org.in/wp-includes/js/jquery/ui/core.min.js
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":true},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":true}},
"hasCustomBreakpoints":true},"version":"3.28.4","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_optimized_markup":true,"e_local_google_fonts":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"nested-elements":true,"editor_v2":true,"e_element_cache":true,"home_screen":true},"urls":{"assets":"https:\/\/thanal.org.in\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/thanal.org.in\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/thanal.org.in\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"23434c4215"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet","viewport_laptop","viewport_widescreen"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":6634,"title":"From%20Despair%20To%20Resilience%20-%20Thanal","excerpt":"","featuredImage":"https:\/\/thanal.org.in\/wp-content\/uploads\/2024\/05\/img123-768x1024.jpg"}};
https://thanal.org.in/wp-content/plugins/elementor/assets/js/frontend.min.js
https://thanal.org.in/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js
jQuery('.elementor-field-type-upload').prepend('<span id="file-upload-icon"></span>');
var inputElement = document.getElementById('form-field-field_9480a43');
var inputLabel = document.createElement('p');
inputLabel.style.cssText += 'font-size:12px;color:grey;width:100%;';
inputLabel.innerText = 'Max File Size 2MB. Upload PDF file.';
inputElement.parentNode.insertBefore(inputLabel, inputElement.nextSibling);
jQuery(document).on('DOMNodeInserted', function(event) {
if (jQuery(event.target).find('input[name="give_ccavenue_phone"]').length) {
jQuery('input[name="give_ccavenue_phone"]').attr('placeholder', 'Enter your phone number');
}
});
window.addEventListener("DOMContentLoaded",(e=>{document.querySelectorAll('img[loading="lazy"]').forEach((e=>{e.getBoundingClientRect().top<=window.innerHeight&&(e.loading="eager")}))}));