mattdesl / select-box

a minimal DOM <select> box utility
MIT License
4 stars 1 forks source link

Methods aren't chainable #4

Closed wyqydsyq closed 9 years ago

wyqydsyq commented 9 years ago

Methods should return this so they can be chained, e.g.:

SelectBox(['one', 'two']).add('three').element.outerHTML;