hi
this is an error on my registration page
Code:
SyntaxError: missing } after function body
window.$ = cbjQuery;
this is the code causes the problem
Code:
--></script><script type="text/javascript" src="http://localhost/mysite/components/com_comprofiler/js/jquery-1.5.2/jquery-1.5.2.min.js?v=2e828dc682f074dd"></script><script type="text/javascript"><!--
var cbjQuery = jQuery.noConflict( true );
--></script>
<script type="text/javascript"><!--
window.$ = cbjQuery;
window.jQuery = cbjQuery;
--></script><script type="text/javascript" src="http://localhost/mysite/components/com_comprofiler/js/jquery-1.5.2/jquery.ui-all.min.js?v=1de3af521c3529d2"></script>
<script type="text/javascript" src="http://localhost/mysite/components/com_comprofiler/js/jquery-1.5.2/jquery.validate.min.js?v=1de3af521c3529d2"></script>