Getting Checkbox Value in jQuery

getting-checkbox-values-in-jquery

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

Update-Delete-Multiple-Rows

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

File Explorer-like Tree View Plugin For jQuery

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 Integrate PayPal Standard Payment Gateway in PHP

php_paypal

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 […]