In this article, we will explain how to get all form values at once using Vanilla JavaScript. This method can be useful when sending form data to the server using ajax or fetch, or when performing client-side validation with JavaScript before sending it to the server. FormData class JavaScript provides the FormData class, which allows […]
Posts in July 2023
[Swiper]How to create Nested slider
In this article, we will provide a guide, along with a demo, on how to create nested sliders using Swiper.js and highlight the important considerations for implementing them. I’m going to pursue the matter on the premise that you know how to make normal slider with Swiper.js. So if you are new to Swiper.js, firstly […]
Swiper’s Effect Options Unveiled: 6 Creative Sliders
Swiper.js provides an option called “effect” that allows you to easily create sliders with animation effects. In this article, we will introduce all the sliders that can be created using the effect options in Swiper.js. I’m going to pursue the matter on the premise that you know how to make normal slider with Swiper.js. So […]