├── LICENCE ├── README.md ├── bower.json ├── example.html ├── jquery.popconfirm.js └── test ├── test_bp2.html └── test_bp3.html /LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IfnotFr/PopConfirm/HEAD/LICENCE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IfnotFr/PopConfirm/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IfnotFr/PopConfirm/HEAD/bower.json -------------------------------------------------------------------------------- /example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IfnotFr/PopConfirm/HEAD/example.html -------------------------------------------------------------------------------- /jquery.popconfirm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IfnotFr/PopConfirm/HEAD/jquery.popconfirm.js -------------------------------------------------------------------------------- /test/test_bp2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IfnotFr/PopConfirm/HEAD/test/test_bp2.html -------------------------------------------------------------------------------- /test/test_bp3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IfnotFr/PopConfirm/HEAD/test/test_bp3.html --------------------------------------------------------------------------------