Side navigation
Ticket #2181: test.html
File test.html, 0.4 KB (added by cesare, January 17, 2008 10:43PM UTC)
test page to reproduce the bug.
<html>
<head>
<script type="text/javascript" src="bindings/jquery-1.2.1.js"></script>
</head>
<body>
<applet name="excelsosupload"
archive="excelsos-upload.jar"
code="ExcelsosUpload"
width="1" MAYSCRIPT
ALT=""
height="1">
you need java.
</applet>
<hr>
<script>
$(document).ready(function() {
alert($("[xBindRows][xCloned]").html());
});
</script>
</body>
</html>
Download in other formats:
Original Format
File test.html, 0.4 KB (added by cesare, January 17, 2008 10:43PM UTC)
test page to reproduce the bug.
<html>
<head>
<script type="text/javascript" src="bindings/jquery-1.2.1.js"></script>
</head>
<body>
<applet name="excelsosupload"
archive="excelsos-upload.jar"
code="ExcelsosUpload"
width="1" MAYSCRIPT
ALT=""
height="1">
you need java.
</applet>
<hr>
<script>
$(document).ready(function() {
alert($("[xBindRows][xCloned]").html());
});
</script>
</body>
</html>