Skip to content
DearFlip JS Flipbook
  • Plugins
    • WordPress Flipbook
    • Joomla Flipbook
    • Javascript Flipbook
  • Demos
    • Embedded Example
    • Popup Examples
    • Online PDF Viewer
  • Pricing
  • Docs
  • Support
  • Account
  • Blog
DearFlip JS Flipbook
  • Plugins
    • WordPress Flipbook
    • Joomla Flipbook
    • Javascript Flipbook
  • Demos
    • Embedded Example
    • Popup Examples
    • Online PDF Viewer
  • Pricing
  • Docs
  • Support
  • Account
  • Blog

Getting Started

  • Getting started
  • File Structure & Template
  • Basic Usages
  • Options List

FAQs

  • Support and FAQs
  • License Activation
  • Why are there PHP files in download zip file?

Examples

  • Examples
  • Basic – Flipbook using HTML
  • Basic – Using options
  • Adding Outline/Table of Content
  • Adding Search

Customizations

  • Translate UI texts
  • Customize Loading
  • onPageChanged
  • Customizations
  • Open flipbook in full-screen
  • onReady Function
  • PDF links custom class and usages
  • Update URL hash on the address bar when a page flips
  • How to add custom share button?

Advanced Customizations

  • Add Close button to ToolBar
  • Advanced Customizations
  • Store last viewed flipbook page
  • Add Custom Button to Flipbook
  • Add Custom Download button to Flipbook
  • Add print button to flipbook
  • Add Custom Zoom Reset button to Flipbook
  • Thumb animation on page scroll
  • Load more button for lightboxes
  • Reset flipbook zoom on flip
View Categories
  • Home
  • Documentation
  • Customizations
  • Customize Loading

Customize Loading

Change the Loading text #

Currently the loading text is Loading... It is taken from DEARFLIP.defaults.loading

Changing it to required text will change the loading text. More about translation text

DEARFLIP.defaults.loading = "Custom Loading Text...";

Change the text before loading dflip.min.js but before the scripts starts to run on.

jQuery(document).ready(function () {

DEARFLIP.defaults.text.loading ="My custom loading";

});

If you do not have jQuery. You can use DEARFLIP callback function beforeDearFlipInit

window.beforeDearFlipInit = function(){

DEARFLIP.defaults.text.loading ="My custom loading";

};

Changing Loading Icon and Design #

The Icon and Design can be updated using Custom CSS. using their respective selectors.

Selector for Loading icon: .df-container .df-loading-icon
Selector for Loading text: .df-container .df-loading-info

Example usage: #

.df-container .df-loading-icon{
  background-color:yellow;
  //background-image: url("Custom url")
}

.df-container .df-loading-info{
  color:red;
}

Demo: #

Updated on August 15, 2025
Table of Contents
  • Change the Loading text
  • Changing Loading Icon and Design
    • Example usage:
  • Demo:

Links

  • Terms and Conditions
  • License Terms
  • Privacy Policy

Recent Posts

  • Calendar Mode(Beta)
  • Best Flipbook Javascript Plugins with Pros and Cons
  • PDF Partial Loading – What, How and Why?
  • PDF Hyper Links are not working? What is the issue?
  • How flipbook size works? How to make it bigger?

Products

  • DearFlip WordPress Flipbook
  • DearFlip 3D Flipbook JS Plugin
  • Online PDF Viewer
  • DearFlip PDF Flipbook for Chrome
© 2025 | A product of DearHive.com