A "Read More" feature is a nice way of displaying a glimpse of some content which can be fully revealed by clicking a link. Let's see how to create... Read More
Category: JQuery
We saw in Part1 how to use AJAX with JavaScript and jQuery to get data from a MySQL database and from an XML file. In this second part you will see... Read More
AJAX is very useful for example to get the data we need and display it to the user without refreshing the page. AJAX is basically JavaScript used to... Read More
You probably noticed that more and more web developers are implementing what we call a parallax effect on their website. This effect allows you to... Read More
In this tutorial you will see how to create an animated tooltip using jQuery and CSS3. The purpose of a tooltip is to provide additional information... Read More