Side navigation
Ticket #6742: TestActualjQueryImplementation.html
File TestActualjQueryImplementation.html, 0.6 KB (added by domo, June 30, 2010 08:27PM UTC)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
function ajaxCall() {
$.ajax({
type: 'GET',
url: '/TestActualjQueryImplementation.html',
success: function(data, textStatus, XMLHttpRequest) {
}
})
}
setInterval(ajaxCall, 1);
</script>
</head>
<body>
</body>
</html>
Download in other formats:
Original Format
File TestActualjQueryImplementation.html, 0.6 KB (added by domo, June 30, 2010 08:27PM UTC)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript">
function ajaxCall() {
$.ajax({
type: 'GET',
url: '/TestActualjQueryImplementation.html',
success: function(data, textStatus, XMLHttpRequest) {
}
})
}
setInterval(ajaxCall, 1);
</script>
</head>
<body>
</body>
</html>