Whether sliding, Pagescrolling, a Lightbox pop-ups or Drag ‘n Drop Effects, jQuery provides plenty of opportunities to implement virtually any requirement for a matching feature. Today I have collected 14 demos of jquery and css ,I wish I knew them before. Just go through the list you will surely love it. 1. Aything Slider .
Today evening i was wondering that why jquery plugins made very complex and why are not lightweight. Jquery has a inbuilt function “animate()” which really create tremendous effects. Therefore i made one content slider using this animate function and found that its script excluding “jquery.js” is less than 380 bytes , yes i repeat its [...]
Maybe you were trying to find sites to help you write better for your own blog or maybe you are searching something for inspirations etc, you are at right place. Today we have collected 30 RSS feed which every web developer and designer should follow. These are niche site in their segments and one should [...]
Earlier today, while working on a project we found that our drag drop performance was very slow. We although like jquery but were annoyed by the performance of drag and drop. Then we realized that our HTML is pretty more than others hence the CSS. When we started debugging ,we found , when we remove [...]
We have collected really helpful resources for web developers and designer from top class websites. Just go through the list and follow as much you can. Inspiration is always good. 1. Beautiful xmas wallpaper cinema 4d and photoshop
Hello developers. We really find jquery a good framework and find out really good tricks which every web developer should know. Here is the list: 1. Disable right-click menu: ?View Code JAVASCRIPT1 2 3 4 5 $(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); });
Most of the time we use very complex methods to implement ajax in any javascript library. The easiest we ever seen is of jquery. Since we are fan of jquery so we using its simplest way to implement ajax.