.live() method for "change" don't work in IE 8

.live() method for "change" don't work in IE 8

It seems that if we put the .live("click",function) before the .live("change",function) , then .live("change", function) doesn't works in IE8

This doesn´t works in IE8: http://jsfiddle.net/5cwC9/
But this works in IE8: http://jsfiddle.net/KgNaQ/