if(/msie/.test(navigator.userAgent.toLowerCase())){
if(window.navigator.userAgent.indexOf("MSIE 9")!==-1){
$(this).find('input')[0].attachEvent("onkeyup",function(e){
textChangeIE9(e);
})
}else{
$(this).find('input')[0].attachEvent('onpropertychange',txtChange);
}
if(window.navigator.userAgent.indexOf("MSIE 9")!==-1){
$(this).find('input')[0].attachEvent("onkeyup",function(e){
textChangeIE9(e);
})
}else{
$(this).find('input')[0].attachEvent('onpropertychange',txtChange);
}