jQuery LoadingOverlay
A flexible loading overlay jQuery plugin
Documentation and examples at https://gasparesganga.com/labs/jquery-loading-overlay/
A flexible loading overlay jQuery plugin
A flexible loading overlay jQuery plugin
Documentation and examples at https://gasparesganga.com/labs/jquery-loading-overlay/
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
resizeInterval
was triggered.load()
method with a custom ajax()
request to load external SVG images in order to prevent conflicts with ajaxStart()
and ajaxSend()
event handlersmain
path fixResize
actionprogressFixedPosition
optionimageColor
option passed as two-elements arraycircle
elements instead of ellipse
onesgetBoundingClientRect()
instead of jQuery .position()
when LoadingOverlay is displayed on an element with position : fixed
justify-content
CSS property from space-evenly
to space-around
: Edge didn't like the formerwidth
and height
for SVG, addressing bug in Chromerotate_right
, rotate_left
, fadein
and pulse
text
and progress
background
, backgroundClass
imageAnimation
, imageAutoResize
, imageResizeFactor
, imageColor
, imageClass
, imageOrder
fontawesomeAnimation
, fontawesomeAutoResize
, fontawesomeResizeFactor
, fontawesomeColor
, fontawesomeOrder
customAnimation
, customAutoResize
, customResizeFactor
, customOrder
text
, textAnimation
, textAutoResize
, textResizeFactor
, textColor
, textClass
, textOrder
progress
, progressAutoResize
, progressResizeFactor
, progressColor
, progressClass
, progressOrder
, progressSpeed
, progressMin
, progressMax
direction
color
option is now named background
maxSize
increased to 120px
src/
and production files under dist/
imagePosition
optionposition
change to/from fixed
jQuery
variable instead of $
directlyzIndex
defaults to the highests value allowed (2147483647) to prevent other elements to be displayed over LoadingOverlaymain
field to package.json according to jsDelivr recommendationszIndex
defaults to 9999resizeInterval
option defaults to 50 milliseconds parseInt()
functionimagePosition
optionz-index
optionFirst public release