Coding
Help with switching two table elements positions
Hello I am new to coding with jquery and I am trying to implement something that switches the tables position in my html when the width of the window changes. I feel like I am Read more…
Hello I am new to coding with jquery and I am trying to implement something that switches the tables position in my html when the width of the window changes. I feel like I am Read more…
A vertical accordion menu jQuery plugin that enables the user to collapse and expand sub menu items just like an accordion. Demo Download source
I’ve created a function to animate out a div on click and I need to remove a class and an attribute after the animation has completed. Here’s the code: $(‘.close__overlay’).on(‘click’, function(){$(‘.fw__bio-container’).animate({right: “-200%”}, 50, function() {// Read more…
A tiny and easy-to-use jQuery plugin that takes a group of nested checkboxes and converts them into a hierarchical tree. Demo Download source
A jQuery plugin that converts a select box into a filterable multi-select dropdown where your users are able to select one or more options by checking checkboxes. Demo Download source
Hello folks. We are all wondering what the best approach to localize a website is. How do you switch your content, labels and text to a different language when creating a translated version of your Read more…
Coders, welcome to our fancy hints. This post is a fancy way to reduce the time spent on development. When developing a site, the users can: Write simple JS and HTML pages Use some frameworks Read more…
Hey guys. As many of you know, SVG icons have become more popular than PNG or JPG icons due to their high resolution and the ability to customize and animate them. Users aren’t advised to Read more…