Tag: Jquery (Page 1 of 6)

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 Splash screen using jQuery

Last updated on November 6th, 2024 at 12:39 pmBy utilizing jQuery, it is possible to develop a straightforward splash screen for your website. Upon the loading of a web page, this script will automatically generate a splash screen, which primarily consists of an image. The core component of this script is jQuery, accompanied by a […]

« Older posts