Need help on this javascript i tried to add noconflict but nothing happen
<script type="text/javascript">
jQuery.noConflict();
jQuery('.carousel').iosSlider({
desktopClickDrag: true,
snapToChildren: true,
infiniteSlider: false,
navNextSelector: '.new-arrow.next',
navPrevSelector: '.new-arrow.prev'
});
</script>
Any help is appreciated.
Store jquery in a variable, then when code must reference the stored version use the variable. Also make sure you have the jquery script above your
noconflictcode.