jQuery Validation Plugin This jQuery plugin makes simple clientside form validation easy, whilst still offering plenty of customization options. It makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate something...
table structure using div Sometimes we might have a situation where we as developers have to implement table structure using <div> i.e without using actual tables. So here is an example of the same… Demo See the Pen Table structure using div by Puneet...
Simple Filter Using jQuery Here is a simple filter system using jQuery to hide and show the list on the left side as a user clicks on the filter. You can modify and enhance it according to your needs… Demo Open demo in a full window –...
Here is a desktop-only website structure template adaptive downwards till Ipad resolution of 1024px. Below this screen width, the website will scale down in size. No frameworks like bootstrap are used except jquery, jquery modal and reboot CSS to standardize...
This is a reset CSS for cross browsers implemented by Bootstrap 4 Front-end framework for web development. You can use this in case you do not want other elements of Bootstrap 4 to standardize web development. Reboot CSS – Bootstrap 4 Reboot is a collection of...
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....
Convex Borders CSS Here is a method to create convex borders for a box through CSS with no extra element. Check out HTML and CSS in the tabs below. Demo Open demo in a full window – https://demos.webdevpuneet.com/css/convex-borders/index.html HTML <div...