How to imitate focus on a div element?
- by Alexis Abril
The scenario involves imitating a drop down list. Instead of the standard input select element, we're using a set of custom images in combination with a few CSS styles and jQuery behaviors.
All in all, we have a drop down list that works just fine. The question revolves around a drop down list losing focus. A normal select element losing focus…