Category: Jquery (Page 1 of 5)

How to rotate image on hover using jquery

Last updated on June 7th, 2022 at 08:47 amImage displayed will get randomly tilted to different angles defined in an array either towards right or left. While mouse hover(Move mouse over the top of image) it will zoom within the defined range using CSS. Here I am zooming it to scale(2.1). Image will also have […]

How to auto load more data on page scroll using jQuery

Last updated on March 4th, 2022 at 02:20 pmYou might have noticed in many websites that they automatically load data once we scroll browser window down. Most of them use jQuery as it is easy to implement since it has all built in functions. Here I will explain a simple code which will append content […]

How to perform Live Search of WordPress posts using PHP

Last updated on March 1st, 2022 at 11:10 amAjax PHP Live Search is very popular now a days. In this tutorial we are searching wordpress post live using Ajax. This will in turn help user to search for a keyword with ease rather than typing it on a text box, hitting the search button and […]

How to create jQuery image gallery with fade effect

Last updated on March 31st, 2022 at 09:17 amThis is a very simple image gallery with thumbnails using HTML. I have added some jquery so that we can incorporate some effect while users click on each thumbnails. The image pop up to the center of the screen when user click on them. Position of the […]

« Older posts