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 () {})