META-INF.resources.bower_components.isotope._includes.add-buttons.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-jqui-vertical-timeline Show documentation
Show all versions of jwebmp-jqui-vertical-timeline Show documentation
The JWebSwing JQuery Vertical Timeline
$('#insert a').click(function () {
var $newEls = $(fakeElement.getGroup());
$container.isotope('insert', $newEls);
return false;
});
$('#append a').click(function () {
var $newEls = $(fakeElement.getGroup());
$container.append($newEls).isotope('appended', $newEls);
return false;
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy