index.html: Added sort button in Thumbnails section
instantsprite.js: Added selector for sort button to elements
instantsprite.js: Addded .click for sort button in sprite.init
I had need of a simple sort for the image names and didn't see an existing way to do it.
My js/web dev in general knowledge is limited and this is very modestly tested (eg. I have not tried any filenames except those like abc0123.png) but seems to work for my simple needs. If you want to use it but need some changes just let me know and I'll be glad to do what I can.
Simple alphanumeric sorting of images
I had need of a simple sort for the image names and didn't see an existing way to do it.
My js/web dev in general knowledge is limited and this is very modestly tested (eg. I have not tried any filenames except those like abc0123.png) but seems to work for my simple needs. If you want to use it but need some changes just let me know and I'll be glad to do what I can.