Posts from JavaScript

Live word counter from HTML textarea in JavaScript

By Faruque Ahamed Mollick

Here in this tutorial, I am going to show you how you can build a simple live word counter that will count the word of the text content inside HTML textarea perfectly. The HTML At.... Read More

Show live preview of HTML textarea with JavaScript

By Faruque Ahamed Mollick

In this tutorial, you are going to see the simple JavaScript code snippets which will show the live preview of an HTML textarea input field. before we are going to do it, let̵.... Read More

How to call jQuery AJAX in every n seconds?

By Faruque Ahamed Mollick

AJAX is awesome. It does not need to refresh the whole page to load something on a web page. previously I have also discussed on AJAX on this post – Process form value in PHP.... Read More

jQuey UI Accordion With Demo Code

By Faruque Ahamed Mollick

jQuery UI is a jQuery based library which can be used as to create user interface interactions, effects and much more easily. You just need to write less code and you will get mor.... Read More

How to get value from input box in JavaScript?

By Faruque Ahamed Mollick

In this post, I am going to provide you a useful JavaScript code snippet. Here I am going to tell you how you can take the value of an input box. To do it take an input text box fo.... Read More

Retrieve the width of div element in JavaScript

By Faruque Ahamed Mollick

In many situations in web design or development, you may need to get the width of div element for some reasons. Here in this post, I am just going to show you simple code snippet .... Read More

Convert seconds to HH-MM-SS format in JavaScript

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to convert seconds to Hours Minutes Seconds (HH-MM-SS) format in JavaScript. Play/Pause Button For HTML5 Video Using JavaScript You ma.... Read More

Process form value in PHP using jQuery AJAX method

By Faruque Ahamed Mollick

AJAX is a nice technique of doing something or processing server-side PHP code without refreshing the whole page. AJAX is not a new programming language. It is a technique of using.... Read More

Related Posts