Category Archives: Jquery

Save HTML Form Using Jquery and PHP Without Page Refresh

By | October 22, 2020

Hello friends hope you all are doing good and please be safe at your home in this pandemic situation. In the previous tutorial we have used Ajax to save the HTML form without refresh.  Now in this tutorial we will use the Jquery to send the data to our PHP script. In Jquery we can… Read More »

Save Html Form Using Ajax and PHP Without Page Refresh

By | October 10, 2020

Hello friends hope you all are doing good and please be safe at your home in this pandemic situation. Usually we use to save our html forms using our server side language but these days no body want to refresh the page after clicking the submit button. As it took much time to reload the… Read More »

Animated Emoji Rating Slider

By | February 11, 2020

Hello friends you have seen many rating slider but this one will take your slider  to the next level of beautification. This rating slider will increase your website page looks. This rating slider was created by Aaron Iker a front-end  UI developer. This rating slider shows the emoji icon according to the slider movement. Below… Read More »

Upload Multiple Images Using PHP | Drag and Drop Image Upload

By | April 11, 2019

Uploading multiple images using php is the main thing  to achieve with this tutorial. In this article i will show you that how you can upload multiple images using Jquery Drag and Drop Feature. We will also save the uploaded values to the database so that you can use it further. I have already written… Read More »

How to Use Webcam in PHP Using HTML5 and Save Image to Database

By | June 7, 2017

 Hello Friends recently i have added a Tutorial about How to use Webcam in PHP and Save Image to Database using Mysqli. Earlier tutorial using the Flash Plugin for showing the Webcam and clicking the Image. Today i am uploading another tutorial for How to use Webcam in PHP using HTML5, Jquery and Save… Read More »

Cordova Project Creation and Building Commands Using Node JS CLI

By | December 16, 2016

Cordova helps us to make the mobile development more user friendly and easy. Due to the demand of mobile applications we saw that most of the companies are having their own Mobile Application weather its useful or not. Cordova helps us to create Mobile Application development using Javascript/HTML. Cordova  allows you to easily write one… Read More »

Get Image SRC Value Using Jquery

By | May 29, 2016

Many times we need our image URL for performing some actions like zooming, changing or providing effects. In this tutorial we will get the Image SRC value using Jquery. In this tutorial we will divide the code into 2 parts. “HTML and JQUERY”. Index.html <img src=”logo/logo.png” id=”logo”> <input type=”button” id=”bt” name=”bt” value=”Click Me”> <p id=”name”… Read More »