Posts from JavaScript

How to Play Audio After The Page Loads in HTML With JavaScript

By Saruque Ahamed Mollick

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

How To Get Selected Option from HTML Form Dropdown in jQuery

By Saruque Ahamed Mollick

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

How to Get Form Input Field Value In jQuery Easily

By Saruque Ahamed Mollick

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

Change HTML5 audio player src file in JavaScript

By Faruque Ahamed Mollick

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

How To Count The Number Of Characters Without Spaces in jQuery

By Saruque Ahamed Mollick

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

Bottom Sticky Music Player Source Code in JavaScript and CSS

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to use the cspd-player.css and cspd-player.js from one of our GitHub project Bottom Sticky Music Player. At first, you have to downl.... Read More

Alert Before Leaving A Web Page Using JavaScript – jQuery

By Saruque Ahamed Mollick

In this tutorial, you gonna learn how to give an alert message or alert before leaving page in JavaScript – jQuery. In the first place, I will like to say that in many cases .... Read More

How to check if an HTML element is loaded or not using jQuery

By Saruque Ahamed Mollick

In this tutorial, I will show you an easy way to check HTML element is loaded or not using jQuery. Sometimes it’s become important for us to detect if an HTML element on our .... Read More