Posts by Luiz Eduardo • 1 point
1 post
-
0
votes4
answers20624
viewsA: Error: Uncaught Typeerror: Undefined is not a Function
was with a similar problem and solved with the following code (function( $ ) { $(function() { // O seu código com dolar aqui }); })(jQuery);…