Subversion Repositories jquery

Compare Revisions

Ignore whitespace Rev 8 → Rev 9

/plugins/examples/jeopardy/jeopardy.html
68,7 → 68,7
 
 
</style>
<script src="jquery-1.3.2.min.js"></script>
<script src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script>
$(function () {
var container = 'body';
345,7 → 345,7
backgroundColor : '#031754',
border : '#031754 10px outset',
display : 'table',
// display : 'table',
verticalAlign : 'middle',
position : 'absolute',
textAlign : 'center'
360,7 → 360,7
marginLeft : '5%',
marginTop: '2%'
}, 'slow', function () {
$fullPageContent.css({ display : 'table-cell', verticalAlign : 'middle' })
$fullPageContent//.css({ display : 'table-cell', verticalAlign : 'middle' })
.html('Question: ' + value + '<br /><br />');
})
.click(function () {
428,4 → 428,4
</script>
</head>
<body></body>
</html>
</html>