Posts from JavaScript

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

HTML5 Video/Audio player Volume Control With Key in JavaScript

By Faruque Ahamed Mollick

Today, in this post I am going to show you how you can control HTML5 video/audio player volume from the key in JavaScript. In this tutorial, we will write our JavaScript code to in.... Read More

Real Time Chat Application PHP With File Transfer System – AJAX

By Saruque Ahamed Mollick

Hello, Today I am here to provide you the free source code of real-time Chat Application in PHP with file transferring system. So how does this PHP Script work? Just Login By Ente.... Read More

How To Detect Keypress In JavaScript

By Saruque Ahamed Mollick

Hi programmers… In this tutorial, you are going to learn how to detect keypress in JavaScript. In easy words, the script will detect when you press a key and show you which K.... Read More

How to Access HTML Form Elements in JavaScript – Tutorial

By Saruque Ahamed Mollick

Hello developers, in this tutorial I am going to show you how to access HTML form elements in JavaScript. I know it’s very important to the developers to get the HTML form da.... Read More

Related Posts