Useful javascript libraries

linkaiyi
Follow

ddSlick

To make common bootstrap selection with picture and short description

Demo: https://designwithpc.com/Plugins/ddSlick#demo
github: https://github.com/prashantchaudhary/ddslick

more updated ddslick
github: https://github.com/jsmodules/ddslick

add customized event

$.get(url, function () {
    var event = document.createEvent('Event');
    event.initEvent('dpl_loaded', true, true);
    document.dispatchEvent(event);
})

document.addEventListener('dpl_loaded', function () {})

Dynamic parts loader is attached

combined min javascript from https://mdbootstrap.com/docs/jquery/components/demo/ is attached

nice extended cards css style

https://mdbootstrap.com/plugins/jquery/extended-cards/

Was this article helpful?

This article is viewed 44 times!

Recent Viewed Articles

0 Comments

Leave a Comment

Support