Ads

Sunday 20 July 2014

Like the FloatLabel concept with jQuery plugin

Download   Demo


This demo like the FloatLabel concept. In fact, the goal is not to look like anything at all. The style, transitions, and animations are all determined by CSS.


Use it


This snippet from the demo is pretty self-explanatory






<script src="/demo/vendor/jquery.min.js"></script>



<script src="/dist/flyLabel.min.js"></script>



<script>



  if (Modernizr.input.placeholder)



    $('body').flyLabels();



  



</script>



Of course, a little more explanation can’t hurt, right? You can call flyLabels() on a container element, and all the elements with class .fly-group will be automagically made awesome. I’m going to get around to writing more thorough documentation on this soon, but the demo should be helpful for now.


Like the FloatLabel concept with jQuery plugin

No comments:

Post a Comment