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

pullDelete.js is a jQuery plugin to create a swipeable list view where the users are allowed to delete the list item by swiping the list view to the left.

swipe list-view

Documentation

pull-delete

This is a sliding delete small plug-in for mobile terminal development, depending on jQuery!

Usage: $('.pull_delete').pulldelete(function($dom){ // something you want here console.log('click delete'); $dom.remove(); });

PS:The files you need are in the res directory. When you use them, you can import pulldelete.js and pulldelete.css.


You May Also Like