GMAP3 is JQuery plugin to setup Google maps in your website easily. Although Google maps API provide lot of functions and reference to setup up good maps in your web but GMAP3 really simplified the integration of mapsin your website.
With the help of GMAP3 it is very easy to use the advanced features of Google Maps like events, overlays and callbacks.
Tree Behaviour is some time required in web applications. There are many jquery plugins to achieve treeview behaviour in web applications. Through this post we are sharing only most popular and robust jquery tree plugins there.
JsTree is Highly configurable, cross browser compatible jquery tree plugin which supports various data sources like HTML, JSON and XML. JsTree support loading of data using AJAX and and also has drag & drop support. It is robust jquery tree plugin and provides more complete tree features other than any JQuery tree plugin.It supports theming and also include themes.
Browsing through the various website I came across with a video interview of WordPress co-founder Mike Little. Mike Little was co-founder of most popular website publishing platform WordPress with Matt. Now he is no longer affiliated with WordPress but he is still fan of WordPress and predicts “an increasing vertical use”.
I hope you will enjoy interview.
apycom.com has a wide range of beautiful JQuery drop down menus, web buttons, JQuery animated menus and navigation bars for your website built on the top of JQuery and CSS.They are fully croos-browser compatible and run even when JavaScript turned off as a pure css menu
You can easily customize the styling of menus and last and best part is they are free to download and use. For demos and download menus visit the apycom.com
Easy Tooltip is a very simple and nice JQuery plugin for creating tooltips in your websites. The plugin reads the title attribute of the element and convert into a tooltip that can be custom styled.
$(document).ready(function(){
$("a").easyTooltip();
});
Collection of 475 High Quality Vector icons for designers which include 32*32, 48*48 and 100*100 icons in SVG and PNG formats.
With the help of CSS3 transforms and transitions it is possible to create beautiful animated and circular menus. Lightweight CSS3 animated circular menu uses these features to produce animated circular menus with circular sub menu.
Complete WordPress cheat sheet
Preload CSS images is a JQuery Plugin that automatically preloads CSS images referenced in CSS files. The plugin parses linked and imported stylesheets and creates an array of all the image urls in stylesheets.It loops through the array of urls and creates an image object for each one so they’ll be cached and ready for later use.
Implementation
$(document).ready(function(){
$.preloadCssImages();
});
For more information,demo and documentation visit plugin homepage