Using Javascript, how to deactivate another button when the other button is currently selected and prevent overriding

When we clicked on the button and at a same time, If we want to disable the other or particular button disable,By using JQuery method we can disable the buttonfor example$(‘.remove-button’).prop(‘disabled’, true);In this ‘.remove button’ is class name of the button The Example is given as below Thank you.

How to create a search menu to filter links using CSS and JavaScript

Search/Filter Menu Creating a search for links in a navigation menu: Create A Search Menu Step 1) Add HTML: Note: We use href=”#” in this demo since we do not have a page to link it to. In real life this should be a real URL to a specific page. Step 2) Add CSS: Style the… Continue reading How to create a search menu to filter links using CSS and JavaScript

Proposal on Stock level online and by location

Proposal For Stock Level online & By Location This proposal covers the scope of showing the “Coolants” category for logged-in customers and for each “Coolants” code/item, we need to show a table that contains location, Available, and In Progress in the table. Requirement   The requirement is to display the stock level information for the items… Continue reading Proposal on Stock level online and by location

Showing the customer’s or contact’s name, created the wishlist in the UI in the website

This topic cover the topic for showing the customer’s or contact’s name and who created the wishlist in My account UI on the website Create a contact under the main customer and access it to login into the website As per the contact1. Login to NetSuite account (The login credentials are already shared previously)2. Go… Continue reading Showing the customer’s or contact’s name, created the wishlist in the UI in the website

How to resolve the issue when form is not submitting and shows an error message, because of insufficient permission

Resolving the issue when trying to upload and submit off of the form at the bottom of the site – an error message pops up that says: “Something Went Wrong”. when insufficient permission is provided. After getting the error “Something went wrong” after submitting the form,Add try-and-catch block to the code block, add error console… Continue reading How to resolve the issue when form is not submitting and shows an error message, because of insufficient permission