Description: There is all the HTML code for Read Less and Read More Button. We will style our read more and read less buttons by using the body tag selector. Then, We will now style our read more and read less buttons using the class selector. When the user presses the button, the hidden extra… Continue reading Read more and read less button with j-query .
Author: Gopinath Matcharaja
Disable button if specific input fields in steps are empty.
When we create new form , there input text fields and click button will be in it . In that form disable the button if specific ( mandatory) input fields are empty. After filling the input text fields the click button work or enabled . Otherwise it won’t work . For changes we… Continue reading Disable button if specific input fields in steps are empty.
Change (or) Set the maximum upload file size .
To vary the size of the image upload like we can set the image size range of values.if 25mb is the size limit then it will show pop up if we upload a file more than that. Here we used the JS code:
Responsive share button by using SMT
Here i could create the responsive share button by using Site Mangement tools. For that change i could using some JS code:
How to show and hide content in website .
By using accordion show (and hide) HTML content in website. Following Javascript used :
Hide the ‘Wishlist “ tab in my account section.
Describtion: Hide the Wishlist tab in my account section. We need to hide it from the left menu . Code which is used for the following : Screenshot:
Update the image slider with Hovering effect.
The multi image slider should be smoothly moving and on hovering mouse it should stop the slider movement. The hovered slider should have opacity more and other slider should have opacity lesser. Solution:Here, We add J-query for hovering effect. Screenshot:
Hide Price option in PDP page.
Hide the price option in the every page and navigate to Home page on clicking Enquire button. Create a new checkbox for item record. And show the enquire button in the website if it is enabled in the item record. When i click checkbox on netsuite item record, price should be hide on pdp page.… Continue reading Hide Price option in PDP page.