Dynamically created select menu on change not working

前端 未结 4 1646
感动是毒
感动是毒 2020-12-31 20:57

I have a jsfiddle here - http://jsfiddle.net/FTHVJ/

And demo here - http://ttmt.org.uk/select

I know this looks a little crazy but it\'s cloest I could get t

4条回答
  •  独厮守ぢ
    2020-12-31 21:45

    Try:

    $(document).on('change', '#menu_Two', function(){
            alert('here');
          });
    

    DEMO FIDDLE

提交回复
热议问题