Intenté agregar el complemento printThis a mi proyecto laravel, y regresa
events:2406 Uncaught TypeError: $(...).printThis is not a function
Laravel ve el archivo js conectado
Y aquí está mi código:
<script type="text/javascript" src="{{ asset('assets/js/printThis.js') }}"></script> <script> $('.myModal_30').printThis(); </script>todo está bien con la clase