We often may have to use javascript:void(0) in our hyperlink. So in this post, I am going to tell you why we use javascript:void(0) the href attribute of our anchor tag or hyperl.... Read More
onclick() event is very much useful to us as we can call any function on click event. But you are here to learn how to run multiple functions in JavaScript. So Here I am gonna show.... Read More
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
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
Hello, I have posted several posts on working with a text file in PHP. Some of those were really helpful to the learners. Like How to read a particular line from a text file in PHP.... Read More
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
In this post, we are going to learn how to add an remove attribute in jQuery from an element. Adding and removing attribute to an element is quite easy. Here I am going to show you.... Read More
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