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
Hi, I am running into an issue while using jQuery Modal (https://jquerymodal.com) Within my modal window, I have some hrefs linking to next and previous images. There hrefs also call the modal function to open Read more…
I’m using a pretty straightforward jQueryUI autocomplete. The only slightly complicated thing is that I have a set list of choices, and the user must enter something from the list. I’m using a JSON array Read more…
How do I use jQuery to progressively destroy a web page? I’m thinking of Core War I’m thinking of jodi.org who use deliberately malformed HTML in the service of art. A while ago I wrote Read more…
Yet another floating label pattern solution that makes label element floating on the top of its associated form control when focused. Demo Download source
A tiny jQuery based virtual pin pad (also called numeric keypad) that can be useful in your credit card form to accept password strings or personal identification number. Demo Download source