$(document).ready() : This event is triggered when the DOM (Document Object Model) is ready, it means that HTML structure of the page has been parsed and is ready to be manipulated with JavaScript. It occurs before all the external resources (like images and stylesheets) are fully loaded.This event used for tasks that involves DOM manipulation […]
Category: jQuery
How to submit HTML Form Using jQuery Ajax in PHP
Hello, In this tutorial, I am explaining you how to submit HTML form’s fields values/data using jQuery Ajax to PHP file. AJAX is useful for send form data to server site without refresh to page. if you want to send data to PHP file without reload you need to use Ajax request process.Here, I am […]
How to Disable a Anchor Tag in HTML using css, jquery and javascript ?
you want to disable anchor tag in html using css, jquery and javascript. you will learn how to disable a tag in html. I am explaining you, how to disable anchor tag in html using css. let’s see example : Example 1 : I am explaining you, how to disable anchor tag in html using […]
jQuery Remove Last Element from an Array.
you want to remove last element from an array without any loop. you can remove last element from array without loop. I am explaining you, how to remove last element from an array. let’s see example : Result : Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – [email protected] | Skype […]
jQuery Remove First Element from Array
you want to remove first element from an array without any loop. you can remove first element value from array without loop. I am explaining you, how to remove first element from an array. let’s see example : Result : Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – [email protected] | […]