selectcreate event not firing
Tried on Google Chrome and I cannot get the selectcreate event to fire.
Using 1.4.3 jqm
- $('body').on('selectcreate', function() {
- alert('selectcreate triggered')
- })
-
- <select data-native-menu="false">
- <option>Option</option>
- <option>Option</option>
- </select>
Tried with an ID too.