got a little problem with IE8 ...
《刑法》第2版和第4版。
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("[title="CAPPL:LOCAL.L_hk[1].vorlauftemp_ist-shortText"]").css("background- color","red");
});
</script>
</head>
<body>
<div title="CAPPL:LOCAL.L_hk[1].vorlauftemp_ist-shortText">Value</div>
</body>
</html>
If i want to use this Code in IE8 or below it crashes without any error message ... Does anybody has a solution for this tricky problem?
P.S. to uninstall IE8 is noooo solution :D