Posts from JavaScript

How to Insert JavaScript in HTML href

By Saruque Ahamed Mollick

In this tutorial, I will show you how easily you can insert JavaScript in href. I know the situations when you need to insert JavaScript in href=” “. Sometimes you need.... Read More

Happy Durga Puja Wishing Web Script with JavaScript and PHP

By Saruque Ahamed Mollick

In this post, I am going to share you a free web script made with PHP JavaScript CSS and HTML. With this free script, you can create a webpage to wish your visitors. You can also u.... Read More

Get user’s Latitude and Longitude in JavaScript – HTML5 Geolocation

By Faruque Ahamed Mollick

In this post, I am going to tell you how to get the latitude and longitude of a user in JavaScript with HTML5 Geolocation. JavaScript already has navigator geolocation property in .... Read More

Display div element content in a new popup window – JavaScript

By Faruque Ahamed Mollick

In this post, I am going to show you how to display the content of a div element in a new popup window in JavaScript. Before we going to see how to open and show our div element co.... Read More

How to sort array of numbers in JavaScript Easily

By Saruque Ahamed Mollick

Hello programmers, I am again here to show you how to sort an array of numbers in JavaScript easily. I know that using the sort method you can easily sort an array of strings. But .... Read More

How to count capital letters and small letters in JavaScript

By Saruque Ahamed Mollick

In this JavaScript tutorial, I will show you the best way to count capital letters in JavaScript and also count small letters in JavaScript. You can find different methods and idea.... Read More

How to find the Keycode in JavaScript ( Core JavaScript no jQuery )

By Saruque Ahamed Mollick

Hello, in this post I am going to show you how to find keycode in JavaScript. I will create a JavaScript function that will print the keycode of the pressed key. I will show you by.... Read More

How to Pause or Stop Audio After Few Seconds in JavaScript

By Saruque Ahamed Mollick

In the previous post, I have shown you How to set audio playing time to starting position in JavaScript and here I am again with another useful tutorial on how to pause audio aft.... Read More

Related Posts