jQuery / Programmings / Technologies

jQuery Text Shortening Plugin – more less plugin

A text shortening plugin with help of css and jquery. Try it and modify as your need. It is my small attempt contribute open-source codes. Find project on git hub. github url : https://github.com/safeer-in/more_less How to Use: <script type=”text/javascript” src=”js/jquery-1.10.2.min.js”></script> <script type=”text/javascript” src=”js/jquery.more-less.min.js”></script> <script> $(document).ready(function(){ $(‘.more_less_content’).moreless(); }); </script> Options Example: $(‘.more_less_content’).moreless({ wordlimit : 150, lessText … Continue reading

jQuery / Programmings

The top 20 jQuery plugins

Originally posted on IT Swapps!!:
jQuery has made UX design on the web faster, easier and more accessible, but you don’t have to reinvent the wheel. We reveal the best jQuery plugins to save you time and effort. When John Resig developed the jQuery library back in 2006, he can’t have imagined that it would…

General / jQuery / Programmings

Create A Single Social Stream From Multiple Networks – jQuery Socialist

Originally posted on webshunt:
  Today, almost everyone is active on multiple social networks and displaying social streams is a widely-implemented when creating websites. jQuery Socialist is a plugin which can aggregate activity from multiple networks and display it as a single feed. It can get the contents from Facebook pages, Twitter, LinkedIn, YouTube, RSS and many others…