Wordpress indicates using the following code:
( function( $ ) {
// Your code goes here
} )( jQuery );
But I'm using zurb foundation 6, and I think this will not be enough to run it along with wordpress Jquery, since the foundation itself has several calls using $ within it.
How can I make $ calls be passed to Wordpress Jquery automatically?