1.Install GitHub pull Request and Issues Extension 2. check whether git install in your system 3. clone the project Repository using the URL 4. Creating new Branch goto View-> Command palette → Enter git checkout 5. Select the option Create New Branch from… After entering the new Branch name (eg: Update/Extension) press Enter ButtonIt shows… Continue reading Git movement using Visual studio.
Author: Ajith K S
Add/Remove Class on Mouseover /Mouseout
To add the class on hover, jQuery addClass() will add a class from a specified elements and remove the class on mouseout, use the jQuery removeClass() method. Using jQuery addClass() and removeClass, pass the class as the argument of the function. Add one or more classes to an selected HTML elements use the addClass() method.… Continue reading Add/Remove Class on Mouseover /Mouseout
Slider Autoplay (owl.carousel.js)
Autoplay plugin has three options: 1. autoplay Type: BooleanDefault: false Autoplay. 2.autoplayTimeout Type: NumberDefault: 5000 Autoplay interval timeout. 3. autoplayHoverPause Type: BooleanDefault: false Pause on mouse hover. Example
How to create a fade-in effect on page load using CSS
Use animation and transition property to create a fade-in effect on page load using CSS. Method 1: Using CSS animation property: A CSS animation is defined with 2 keyframes. One with the opacity set to 0, the other with the opacity set to 1. When the animation type is set to ease, the animation smoothly fades… Continue reading How to create a fade-in effect on page load using CSS
SMT Versions
There are currently two supported versions of Site Management Tools, versions 2 and 3. Two important differences between the versions are the available features and native compatibility with different versions of SuiteCommerce and SuiteCommerce Advanced. By default, SuiteCommerce Kilimanjaro and greater use SMT version 3. Versions of SuiteCommerce prior to Kilimanjaro, use SMT version 2.… Continue reading SMT Versions
How to Use the JavaScript Fetch API to Get Data
fetch() method: The fetch() method is modern and versatile and is very well supported among modern browsers. It can send network requests to the server and load new information whenever it’s needed, without reloading the browser. Syntax: The fetch() method only has one mandatory argument, which is the URL of the resource you wish to fetch. Async Await: In this example, we will be… Continue reading How to Use the JavaScript Fetch API to Get Data
How to install Axios in JavaScript
Using the node package manager (npm) Axios is available to the npm library and can be easily installed in the project by running the following command in the terminal of your code editor: Using bower to install Axios Bower is increasingly getting more and more famous among the masses. Bower helps install web packages just… Continue reading How to install Axios in JavaScript
Best Practices for Website Performance
This topic describes ways in which you can improve performance on your website and create pages that load quickly. Limit the number of items displayed on a page to 25 items or fewer.You can do this by restricting the number of rows and columns on the page layout. NetSuite imposes a limit of 50 items… Continue reading Best Practices for Website Performance
Color Palettes Subtab
From the Color Palettes subtab on the configuration record, you can configure the color palettes to use for facets. You can use either images or any valid CSS color value. The Color Palettes subtab lists the default color palettes. You can use the default color palettes or you can configure your own. Before you configure… Continue reading Color Palettes Subtab
Add Live Chat
We need to add the below code snippet into every page of our website, just before the closing </body> tag. SolutionAdd the below code in the header template or footer template