Quantcast

Category: jquery

14 jquery and CSS demos I wish I knew much before

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 .

Post Pic

Lightest jquery content slider ever – 380 bytes

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 [...]

30 must have RSS feed for web designers and developers – OPML file

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 [...]

Drag and drop performance in jquery is slow? Here is the fix

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 [...]

9 ultimate resources for web developers and designer in December 2009

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

5 useful jquery tricks every web developer should know

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; }); });

Simplest way to use Ajax with jquery inbuilt function

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.

Page 3 of 3123