All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.isotope._includes.add-buttons.js Maven / Gradle / Ivy

There is a newer version: 1.2.0.3-jre17-rc1
Show newest version
$('#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