JavaScript/jQuery: Select specific option trigger file input -
i'm searching way have html select box arbitrary number of options , have last option "upload new item" , trigger file input element i've hidden css (display:none).
my problem can't work , i've tried various of different functions , methods.
to test i've tried same thing regular text link (a href) works fine.
in addition i've tried test change event on select trigger other events works.
won't accept click trigger of file input element.
you can see different tests , approaches here: http://codepen.io/mestika/pen/rvnek
edited
i'm on mac running maverick in google chrome
cheers
Comments
Post a Comment