Strange behaviour in Material datepicker
问题 I'm trying to use materialize date picker (http://materializecss.com/forms.html). With that, I want to popup the date picker when I click on an icon. I have implemented two implementations where the only difference between the two is putting an alert('clicked') with the code. without the alert('clicked') : http://jsfiddle.net/1bnnkhbw/ with the alert('clicked') : http://jsfiddle.net/1bnnkhbw/1/ The second one works while the first one doesn't.. (in chrome)!!! Anybody knows the reason for this