1. zClip
zClip is a lightweight jQuery "copy to clipboard" plugin built using the popular Zero Clipboard library.
Example Code:
2. Snippet
- $("#copy-button").zclip({
- path: "js/ZeroClipboard.swf",
- copy: function(){
- return $(this).prev().val();
- }
- });
Snippet is a jQuery syntax highlighting plugin
Easy to Integration with ZeroClipboard for copy functionality
Natively supports 15 popular languages:
- C
- C++
- C#
- CSS
- Flex
- HTML
- Java
- JavaScript
- JavaScript with DOM
- Perl
- PHP
- Python
- Ruby
- SQL
- XML
Twitter Friends & Followers Widget is a jQuery plugin that you can embed anywhere to display pictures of your Twitter followers or friends (whom you follow) and their latest tweets if you like.
See a Live Demo what it can do
4.Qtip
This is one of widely known and used tip jQuery plugin. Unlike other tip plugin, this uses various effects which can be easily customizable to our requirements. It comes with the compatibility of all the major web browsers.
See Demos..
5. Lazy Load
Delay loading of images in long web pages. Images outside of viewport wont be loaded before user scrolls to them.
{ 0 comments... read them below or add one }
Post a Comment
What you Says