Select Page

Tag: jQuery

Flip and Click Cards using jQuery and CSS

Flip and Click Cards using jQuery and CSS

Flip and Click Cards Here is an HTML template with a demo for flip and click cards. I have used jQuery for the active state and worked on CSS to transform rotate the card. After rotation user can see the associated text can click on it to go to the associated URL....
Customize HTML File Input with CSS & jQuery

Customize HTML File Input with CSS & jQuery

Custom File Input Check out the following demo with code to style file input select button as a web browser do not allow to style it directly like a div element. It’s a bit of jQuery to copy the file name and display it inside label, and some CSS to hide the...
Get the get-values from URL – jQuery

Get the get-values from URL – jQuery

Here is a function that you can use to get the get-values from URLs and can use it to manipulate web pages on document load. get-values from URL – jQuery var getUrlParameter = function getUrlParameter(sParam) { var sPageURL = window.location.search.substring(1),...
Animate on scroll

Animate on scroll

/* Jump to section and play video   $(document).ready(function(){       var flag = true;       var vid = document.getElementById(“latest-project-video”);       var playvideo = true;       var slidedown = true;       function playVid() {         if(...