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: $(document).ready(function(){ $(document).bind(“contextmenu”,function(e){ return false; }); });

More
  • December 18, 2009

CSS positioning of elements is really sometimes confusing but is very easy to understand. Lets start with static position. Static position is default for any element on a Web page. If position of element is not defined , it will be static...

More
  • December 17, 2009

The basic difference between them is ,div is block level element and span is inline level element. Most of us do not know what is block level and inline level elements. As their name implies , block level elements make their presence...

More
  • December 16, 2009

There are many ways to clear “float” property in css. The most common problem with float property is , it collapse the parent div container. For example if you have HTML: This is line one This is line one

More
  • December 15, 2009
8 Best Free Stock Video Websites for Tiktok, Reels, and Shorts Top 5 PHP Frameworks: Fast and Secure