In HTML Form, the dropdown, checkbox type fields have an array of value. In this post, we are going to see how to get the array of selected Checkbox Value in jQuery In this example, we are using jQuery each() to get each checked value in an array. Then this array values will be shown […]
How to Update Delete Multiple Rows Using PHP
We are well expertise with PHP CRUD operations by accessing MySQL via PHP logic. Yet, we have seen about how to update and delete table rows one at a time. This article deals with Update Delete Multiple Rows using PHP. For selecting multiple rows, we are going to use checkbox input for submitting selected rows […]
File Explorer-like Tree View Plugin For jQuery – explr-js
explr-js is a jQuery plugin that converts nested html lists into a File Explorer-like hierarchical tree with smooth animation and custom icons support. How to use it: 1. Load jQuery library and the jQuery explr-js plugin’s files in the html file 2. Create nested html lists containing hierarchical data to be represented as a tree: […]
How to show and hide div elements based on the selection of radio buttons in jQuery
in this article I will share some examples of how to show and hide a div based on the selected radio button using jQuery. To create such a feature, we can use the methods from jQuery, namely show() and hide(). When creating or building a program, sometimes feature options are also needed. For example, in […]
How to Integrate PayPal Standard Payment Gateway in PHP
PayPal is an American international e-commerce business allowing payments and money transfers to be made through the Internet. PayPal is the most popular payment gateway to send and receive payment worldwide. PayPal is a widely used payment gateway to accept payment in the web application. PayPal payment gateway is the easiest option for the web […]