Javascript help please!
Javascript help please!
Out of context: Reply #14
- Started
- Last post
- 16 Responses
- effour0
Updated the code to:
<script type="text/javascript">
$(document).ready(function() {
$('code[type=javascript]').runco...
});
</script>Still getting this error:
missing { before function body
[Break on this error] $(document).ready(function() );\n- little bit is cut off there but it's entered correctly...effour