Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 315 Bytes

File metadata and controls

14 lines (9 loc) · 315 Bytes

jquery.closeSelect

Simple jQuery plugin to simulate the close of a <select> programmatically.

This simple plugin achieve a simulation of the close of a select element by re-rendering it.

Simple usage:

$("#mySelect").closeSelect();