Javascript help please!
Javascript help please!
Out of context: Reply #15
- Started
- Last post
- 16 Responses
- neverblink0
hmm..
How about we try something else?<script type="text/javascript">
$(document).ready(function() {
$('code[type=javascript]') .alert( $(this).innerHTML );
});
</script>!! remove the extra space before ".alert...", it is there because otherwise QBN will cut it off.