Last updated on August 27th, 2024 at 09:51 amIn this tutorial we are going to create a button which animates after click. This can be used when you have an ajax / dynamic call to a different page and want user to wait with some interactive messaging. Similar to adding a “Loading image or spinner” […]
Tag: Jquery (Page 5 of 6)
Last updated on December 14th, 2022 at 02:25 pmThis is yet another script using Jquery to get the Youtube video screenshot. Youtube normally saves screenshot under this URL http://img.youtube.com/vi/{VIDEOID}/ For getting video screenshot then http://img.youtube.com/vi/{VIDEOID}/0.jpg will have it. If you want thumbnails of a video then http://img.youtube.com/vi/{VIDEOID}/1.jpg, 2.jpg, 3.jpg etc., will be available. You might […]
Last updated on February 23rd, 2022 at 09:49 amJquery animated pop up with close option This tutorial is a very simple approach on how to create a pop up box (information) box using Jquery and add some style using CSS.The animation is unique and really an eye caching for the visitors of your site since […]
Last updated on May 10th, 2022 at 05:19 pmIn this tutorial we will create a simple slideshow using jQuery. For that we need to first define a div with id as slideshow. Also have option to control the speed of the slideshow. Next CSS to position the images on top of each other and bring […]