Closed hesslau closed 6 months ago
The \<span> will float to the right and contain whatever is set in the original option's data-extra field.
<option data-extra="bar">foo</option>
will turn to
<li>foo<span class="extra">bar</span></li>
and will look similar to this
The \<span> will float to the right and contain whatever is set in the original option's data-extra field.
will turn to
and will look similar to this