I load jquery in my jsf project. I load header part only.
Before i load the jquery, link and menu actions are perfectly worked. (Not load jquery)
But, after i load the jquery the link action and menu action are not worked.
i use jQuery.noConflict(); and $.noConflict(); But no more improvement.
Actually, why this problem occur when i load the jquery.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<a4j:loadScript src="../../scripts/jquery-1.3.2.min.js"/>
<script type="text/javascript">
jQuery.noConflict();
</script>
</head>
And also i use jquery-1.4.2.min.js. But not work my menu and link action.
I put more effort for this.
i hope, here i will get some solution.
Help me.
Thanks for your valuable time.
I got the answer.