Category: jQuery

  • jQuery .On Pass Sender Information to Handler Function

    I needed to display a modal box that would pass information back to the link (sender) that was clicked. In my experience this has been handled in the past by either: 1) Creating an individual modal box for each element that would need to one, and display it when the link is clicked 2) Using […]

  • Simple jQuery Color Selector

    I needed a lightweight color picker that was reusable, lightweight, dead simple to implement, and could be attached to any html element. Here’s what I came up with: DEMO