I am pulling my hair out as I have two website that are using the same code and the jquery is working on one of them but not on the other.
My issue and question is why is this website:
http://www.cobra-workwear.co.uk/bizweld-flame-resistant-coverall.html
giving me this jquery error:
TypeError: jQuery(...).swipebox is not a function
jQuery( '.swipebox' ).swipebox();
What is confusing to me is that I have got this code to work on a sepreate site as you can see:
http://www.onlinefireproducts.co.uk/2kg-carbon-dioxide-extinguisher.html
Where the jQuery (swipebox) does work.
Anyone have an idea as I am unable to identify what the culprate is.
Thanks in advance.
Magento Version 1.7.0.2 Code being used:
<!-- SwipeBox -->
<script type="text/javascript">
;( function( $ ) {
jQuery( '.swipebox' ).swipebox();
} )( jQuery );
</script>