<script type="text/javascript" src="scripts/jquery.min.js"></script>
<script type="text/javascript" src="scripts/tytabs.jquery.min.js"></script>
<script type="text/javascript">
<!--
$(document).ready(function(){
$("#tabsholder").tytabs({
tabinit:"1",
fadespeed:"fast"
});
$("#tabsholder2").tytabs({
prefixtabs:"tabz",
prefixcontent:"contentz",
classcontent:"tabscontent",
tabinit:"3",
catchget:"tab2",
fadespeed:"normal"
});
});
-->
</script>
<script type='text/javascript' src='scripts/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='scripts/camera.js'></script>
<script>
jQuery(function(){
jQuery('#camera_wrap_3').camera({
height: '56.2%',
pagination: false,
thumbnails: true,
imagePath: '../images/'
});
});
</script>
this jquery gives me error in wordpress site on my local how can i silve i also put jquery.noconflict()but this is not solve my problem any other solution i have this jquery on my plugin page and i give you html code everything is right on plugin file path and file name are all fine but jquery error occure