This is some very simple jQuery but is not working, Can someone clue me in as to why this is not working?,
The code is here,
<script type="text/javaScript" src="js/jquery.min.js"></script>
<script type="text/javaScript">
function doIt() {
alert('please work');
$('body').append('<b>This is some appended text</b>');
}
doIt();
</script>
Firebug doesn't report any errors. To see the page, click below. Big thanks,
http://www.tomcarden.net/bbbb_stagin...index_ts3.html


Reply With Quote
Bookmarks