[ci skip] Signed-off-by: Alex Coles <alex@alexbcoles.com>pull/2702/head
parent
6e4d07513d
commit
e4c2b143ed
@ -0,0 +1,17 @@ |
||||
# Select2 |
||||
|
||||
``` |
||||
<select id="select2-example"> |
||||
<option>one</option> |
||||
<option>two</option> |
||||
<option>three</option> |
||||
</select> |
||||
``` |
||||
|
||||
``` |
||||
@javascript |
||||
|
||||
jQuery(function($) { |
||||
$('#select2-example').select2(); |
||||
}); |
||||
``` |
Loading…
Reference in new issue