#jqueryPlugin
Explore tagged Tumblr posts
Video
youtube
Make your own plugin using jQuery :)
0 notes
Text
Download Twirl Puzzle (Images and Media)
Live Demo and Download Twirl Puzzle (Images and Media)
#Game#jqueryplugin#logic#menu#numbered square tiles#photo#preset#puzzle#rotation#shuffle#twirl#user friendly#viewer
0 notes
Text
New Post lupomare
New Post http://www.lupomare.com/twirl-puzzle-images-and-media/
Twirl Puzzle (Images and Media)
#game#jqueryplugin#logic#menu#numbered square tiles#photo#preset#puzzle#rotation#shuffle#twirl#user friendly#viewer
0 notes
Link
Touch, responsive, flickable galleries
0 notes
Text
SuperBox.JS
SuperBox JS. The perfect (atleast for now) jquery plugin for my portfolio's gallery. Thanks a lot Todd Motto! Completely Redesigning my gallery now.
0 notes
Photo

pagePiling – Create an original scrolling site https://webdevpuneet.com/pagepiling-for-scrolling-site/
0 notes
Text
Simple jQuery Plugin - Text Area Character Limit
I came across a need today to be able to restrict the number of characters entered into a text area. Like all developers I thought, why write this when there is almost certainly a plugin out there to do it. Not wanting to spend too much time looking I came across one or two plugins, but they all implemented it in the same way, which meant the user experience wasn't as I wanted it to be.
Most plugins seem to allow the character that causes the exceeding of the limit to be added to the text area before then removing it, causing a momentary glitch on the UI. They also allow adding the insertion of text in the middle, dropping characters from the end of the text as you type. I realised that this approach could be improved upon, which is where this plugin originated.
What does it do?
Simply, the plugin forecasts the character limit breech before adding the character to the text area, and then stops the character being added if a breech is about to happen. As a result of this, characters cannot be inserted in the middle of the text area of the overall character count exceeds the limit (as you would expect right?).
Implementation
https://gist.github.com/evadi/b9e4da5b4a05e7a1307a
By default the maxCharacters property is 100.
Download / Demo
Version 0.1.0 - Demo
License
Any is free to use/modify/copy the source and use it in any system without the permission from me
0 notes
Link
Masonry – Cascading grid layout library
0 notes
Link
DataTables – Advanced interaction to HTML tables
0 notes
Photo
Parallax Js – Simple Parallax Scrolling https://webdevpuneet.com/parallax-js-simple-parallax-scrolling/
0 notes