selectcreate event not firing

selectcreate event not firing

Tried on Google Chrome and I cannot get the selectcreate event to fire.

Using 1.4.3 jqm

  1. $('body').on('selectcreate', function() {
  2. alert('selectcreate triggered')
  3. })

  4. <select data-native-menu="false">
  5.   <option>Option</option>
  6.   <option>Option</option>
  7. </select>
Tried with an ID too.