🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Appender is a tiny jQuery plugin to extend the append() method that allows the user to insert any element (or a group of elements) into your webpage with custom animations.


Documentation

jQuery-Appender

Simple jQuery plugin for initial and Append anything

How install Appender

  1. include jQuery in your project like this:
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
  1. Add jQuery Appender plugin to your project:
<script src="js/appender.js"></script>
  1. Usage:
$("#appendHere").appender({     rowSection: '.row_container',     addBtn: '.add-new-item',     appendEffect: 'fade',     addClass: 'animated bounceInLeft',     rowNumber: '.row-number',     deleteBtn: '.delete-btn',     hideSection: true });

You May Also Like