Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

How to make working JqueryMX ?

$
0
0
Hi I am struggling to make working my newbie app, It seems like my app does not have Jquery loaded have a look of my error below. I don't understand why it is not working and I have followed all the installation steps on this website.

note: I downloaded the javascriptMVC 3.3 version

  1. steal('can/lib/jquery.1.9.1.js',
  2.  'jquerypp/class',
  3.       'jquerypp/model',
  4.       'jquerypp/dom/fixture',
  5.       'jquerypp/view/ejs',
  6.       'jquerypp/controller',
  7.       'jquerypp/controller/route').then(
  8.       'mvcForNewbies1/controller/first_div.js').then (
  9.         function($){
  10.              $(document).ready(
  11. Uncaught TypeError: undefined is not a function
  12.                 function() {
  13.                     // Create a new first_div controller on the #first_div element
  14.                     $("#first_div").first_div();
  15.                }
  16.             )

  17.         }
  18.     )



Viewing all articles
Browse latest Browse all 3491

Trending Articles