Tag: jQuery
Misc
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....
Misc
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...
Misc
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),...
Misc
https://eonasdan.github.io/bootstrap-datetimepicker/
Misc
/* 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(...