jQuery $(document).ready () fires twice 497 views1 minute read The easy solution is to set a global flag so that it only runs once: It’s sort of… 0 Shares 0 0 0 0 0 0 0
How To Delete Blank Lines From Selection in Sublime Text 3 662 views1 minute read Open Sublime Text 3 Make sure you have Package Control installed (https://sublime.wbond.net/installation) Press CTRL + SHIFT + P… 0 Shares 0 0 0 0 0 0 0
“Menus” settings disappeared from WordPress admin panel 518 views1 minute read The problem may have been caused by a rogue plugin overwriting the functionality, but I managed to fix… 0 Shares 0 0 0 0 0 0 0
Drop Down arrows are missing on iPhone and iPad 754 views1 minute read The drop-down functionality will still work by clicking the field although there is no arrow down. It seems… 0 Shares 0 0 0 0 0 0 0
How To Make and Run Batch Files In Terminal In Mac OSX like windows .bat file 1.2K views2 minute read Mac OSX is Unix-based, so we could use the Unix equivalent (which is called a script too). What… 0 Shares 0 0 0 0 0 0 0
How to Get Element Distance From Top with jQuery offset() 873 views1 minute read To calculate the distance from the top and save it into a variable you can use the following… 0 Shares 0 0 0 0 0 0 0
File Permission Change in MAC via Command Line 533 views1 minute read The most basic ls option for viewing file and folder ownership and permissions is –l: Please goto particular folder or file… 0 Shares 0 0 0 0 0 0 0
Promo Banner on Website with jQuery and Cookies 591 views1 minute read Website Sticky Promo Banner Bar for E-Commerce Website. Its has to disable/Close once it’s click on it. Code… 0 Shares 0 0 0 0 0 0 0
Interview Task for Shopify 631 views2 minute read Install the Debut theme (https://debut-demo.myshopify.com/) Create a page about us with customisation facility for Store Owner to change… 0 Shares 0 0 0 0 0 0 0
Efficiently load JavaScript with defer and async 657 views3 minute read With HTML5, we get two new boolean attributes for the <script> tag: async and defer. Async allows execution of scripts asynchronously and defer allows execution… 0 Shares 0 0 0 0 0 0 0
Shopify Helps 502 views1 minute read How to assign math value into a variable {% assign Inventory_actual = product.variants.first.inventory_quantity | divided_by: 4 %} 0 Shares 0 0 0 0 0 0 0
Free Shopify Scripts Examples 613 views5 minute read Shopify scripts are one of the lesser-known features of the Shopify Plus platform. However, they are probably the… 0 Shares 0 0 0 0 0 0 0
HTML – Centre Box on Window 513 views1 minute read .centered-box { position: fixed; top: 50%; left: 50%; width: 300px; /* bring your own prefixes */ transform: translate(-50%,… 0 Shares 0 0 0 0 0 0 0
HTML input element wider than Containing Div 607 views1 minute read Following code is not working <div style="height:25px; width: 150px;"> <input type="text" style="height:100%; width:100%" /> </div> You can use… 0 Shares 0 0 0 0 0 0 0
ERROR – XAMPP – Port 80 in use by “Unable to open process” with PID 4! 12 491 views1 minute read You might need to stop the “Web Deployment Agent Service” Press Win+R and type services.msc Right click on… 0 Shares 0 0 0 0 0 0 0