In this post, I am going to tell you how to get a child element from its parent using JavaScript. HTML DOM has children property that can return the collection of child elements. .... Read More
Hello developer, today I am going to show you how to play audio after page load in JavaScript. In many cases, it is seen that we need to play the audio file only after the webpage.... Read More
Hi developer, I am happy to see that someone is looking for this tutorial because once I had faced the same problem on my project. The project was on a Currency Converter PHP Sc.... Read More
Hello developer, Here you gonna learn how to get form input field value in jQuery very easily. I will show you how to fetch the input field value with the help of jQuery and therea.... Read More
WooCommerce is an extendable WordPress plugin to start an eCommerce store. In this post, I am going to tell you how to call PHP function after WooCommerce order completed. WooComme.... Read More
In this post, I am going to show you how can you change HTML5 audio player src file in Javascript. It is quite easy to change the music file of an HTML5 audio player with JavaScrip.... Read More
In this post, we gonna learn how to count characters without spaces in jQuery. It’s quite easy to do so. Follow the steps I’m gonna mention here. Create a textbox area..... Read More
In this PHP snippets post, we are going to find a simple way to send SMS using Twilio in PHP. Here you will see how easily you can send SMS to a phone number using Twilio API. Before we go forward, let me tell you about Twilio in brief. Twilio is a cloud communications platform […] Read More