mercredi 17 février 2016

Uncaught TypeError: $(...).bxSlider is not a function.. in laravel

it is the first time I use this "bxslider"..i used to get information everywhere but still.. i can't find the exact information i want..

this is the code..which is very short..the problem is.. laravel says bxslider its not a function..

those script above the bxslider with src.. also have an error.. which is "failed to load the resource"..i checked my path and its correct..but still getting the same error..i don't know why.. please help me guys..

<script type="text/javascript" src="{{asset('assets(js/jquery.fullPage.js')}}"></script>
<script type="text/javascript" src="{{asset('assets(js/jquery.bxslider.min.js')}}"></script>

<script>
    $(function($){
      $('.bxslider').bxSlider();
    });
</script>



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire