Skip to content
  • Magento
    • Magento 1x
    • Magento 2x
  • Video Tutorials
    • How to do it
    • WordPress theme development
    • Laravel for Beginners
    • PHP for Beginners
    • WordPress for Beginners
  • WordPress
  • OS
    • Windows
    • Linux
      • Ubuntu
  • JS
    • jQuery
  • CSS
  • PHP
  • HTML
  • MySql
  • Contact

Category: jQuery

How To Create Equal Height Columns | make equal height blocks using jQuery

December 23, 2019

jQuery(document).ready(function(){ var highestBox = 0; jQuery(‘.front-page-countertops-featured .vc_general.vc_cta3.vc_cta3-shape-square’).each(function(){ if(jQuery(this).height() > highestBox){ highestBox = jQuery(this).height(); } }); jQuery(‘.front-page-countertops-featured .vc_general.vc_cta3.vc_cta3-shape-square’).height(highestBox); });

Posted in jQuery

select all elements with same class except a particular one

October 22, 2019

jQuery(‘.arrowm’).not(this)

Posted in jQuery

Recent Posts

  • MYSQL SERVER HAS GONE AWAY | WindowsXampp Mysql
  • How to one Touch Lock for Android Phones | How to prolong the life of the power button on an Android smartphone
  • How to fix the WordFence wordfence-waf.php problem
  • Magento 2.0: Exception printing is disabled by default for security reasons
  • css not loading after Magento 2 installation
January 2021
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Feb    
© 2021 Smartupworld Blog •