Problem I have written the following Javascript code which increments and decrements 3 separate inputs by 1: //INCREMENTS/DECREMENTS BEDROOMS BY […]
Tag: jquery
jQuery – Repeating same actions on different DOM elements
Problem I feel like I’m violating a lot of DRY rules here but can’t think of a better way to […]
Change the switch code
Problem there is a other way to write in JS the switch statement , This code is working 🙂 _update: […]
Splitting multiple strings
Problem I’m sure there’s a better way to approach the following. I’m writing a plugin where users can enter settings […]
Account-Creation form
Problem How can I optimize the following PHP/JS code? It works like a charm but I think it is too […]
Creating a menu as nested unordered lists from JSON data
Problem I have a JSON input using which I have written below function to recursively create an unordered list. Is […]
CSS/JS slider using just data-attributes and transform:translate
Problem I needed to make a multi-page form, with slides, but without using too much js code like slick.js or […]
Make my jquery shorter? [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
jQuery Color Picker Sliders plugin
Problem I want to access some of the methods from outside of the plugins scope, namely showPopup(), hidePopup() and updateColor(newcolor). […]
Submitting form jQuery checkboxlist
Problem In my requestForm submit function I have this logic that checks three checkboxes and then displays the label with […]