blob: 2947608a81a1c4cd342699acae5976ff375db386 [file] [log] [blame]
<html>
<script type="text/javascript" src="jquery.js"></script>
<!-- link href="http://jsplumb.org/css/jsPlumbDemo.css" rel="stylesheet"-->
<!--link href="http://jsplumb.org/css/draggableConnectorsDemo.css" rel="stylesheet"-->
<style>
#window1,#window2 {
width: 150px;
height: 150px;
padding: 0.5em;
}
#container1{
width: 100%;
height: 100%;
}
</style>
<body>
<div id="test"></div>
<script>
$("#test")[0].innerHTML="my name is";
</script>
</body>
</html>