In this tutorial, we are going to see how to Check Uncheck All Checkbox using jQuery. We can use this feature in various scenarios like selecting multiple records to perform database update or delete. In this tutorial we have a simple example with less code for obtaining this feature using jQuery. We have used this […]
Getting Checkbox Value 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 Rotate Image using jQuery
In this tutorial, we are going to rotate image using jQuery. In the previous tutorial, we have seen How Can I Generate a Random Alphanumeric String in PHP?. In this image rotation example, we are using jQuery animate function. Using this function we are controlling the image transform property.
How to Create Bootstrap Contact Form with JavaScript Validation and PHP
Bootstrap is the most popular solution to design an optimum, intuitive, mobile-ready UI components. It is easy to integrate the Bootstrap library for the application interface. Often, many of my readers ask for a Bootstrap contact form code. So I thought of creating a basic example for a Bootstrap enabled PHP contact form. Bootstrap provides […]
How to Make Online Photo Editing Effects like Blur Image, Sepia, Vintage
Photo editing effects will turn graphical elements to be expressive. With suitable effects, you can use a simple image and convey an idea. For example, you can bring logo to the foreground by blurring the background image. The effects like image blur, transparency, shadowing creates attractive visual effects. There are many different image effects available. […]