Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: JQuery – $ is not defined #9739
    blankwolfgang-fahl
    Participant

    make sure you really load jquery
    this is not jquery – it’s the ui!

      <script language="JavaScript" 
        src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js">
      </script>
    

    This is a correct script source for jquery:

     <script language="JavaScript"  src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js"></script>
    
Viewing 1 post (of 1 total)