In this post, I show how you can add and remove new element within your web page with jQuery...

There are many cases when we have to remove some unused values from the Array which no longer needed within the program...

If you are familiar with PHP where for reading parameters from URL you can use either $_GET or $_REQUEST which take the name of the argument and return value of it...

In this quick tutorial, I show How you can show text above Image when the user hovers the image using only HTML and CSS, no jQuery and JavaScript...