In the  jQuery versions before 1.3.2  an element was regarded as Visible if the CSS Visibility Property of that element was not defined as “Hidden” or if the CSS Display Property of that was defined as  “Visible “ or  it was an...

More
  • June 29, 2014

Yes its very easy to center a block element inside other block element using simple css. Here is an example. If you have following HTML code: This is how we make innerDiv center horizontally. .outerDiv{ width:100% } .innerDiv { width: 980px; margin:...

More
  • May 15, 2014

Check or uncheck a checkbox with jQuery is a simple task and can be achieved very easily. If you are using jQuery 1.5 and below you need to use .attr(). Here it is To check use $(‘.checkbox’).attr(‘checked’,’checked’); To uncheck use $(‘.checkbox’).removeAttr(‘checked’); But...

More
  • May 12, 2014
8 Best Free Stock Video Websites for Tiktok, Reels, and Shorts Top 5 PHP Frameworks: Fast and Secure