<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

Recommended Answers

All 3 Replies

Can we view the page?

no it is on local otherwise i posted url with code

wordpress blocks the use of $()
use jQuery() instead

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.