This is a migrated thread and some comments may be shown as answers.

[Solved] $ is not a function

1 Answer 153 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pam Redrum
Top achievements
Rank 1
Pam Redrum asked on 18 Nov 2009, 06:51 AM
I have include both Telerik and jQuery UI js files and got this error.
single use jQuery UI or Telerik is alright.
I have changed the order of js files loaded, but no use.

At last, I have include files like
<script type="text/javascript" src="/Scripts/jquery-1.3.2.js"></script>
<script type="text/javascript" src="/Script/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="/Script/jquery.ToJSON.js"></script>
<script type="text/javascript" src="/Script/commonFunctions.js"></script>
<script type="text/javascript" src="/Scripts/telerik.common.js"></script>
<script type="text/javascript" src="/Scripts/telerik.grid.js"></script>

1 Answer, 1 is accepted

Sort by
0
Pam Redrum
Top achievements
Rank 1
answered on 18 Nov 2009, 07:54 AM
fixed by changing the scripts with

<script type="text/javascript" src="/Scripts/jquery-1.3.2.js"></script>
<script type="text/javascript" src="/Script/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="/Script/jquery.ToJSON.js"></script>
<script type="text/javascript" src="/Script/commonFunctions.js"></script>

on the header

and a none jQuery Telerik ScriptRegistrar at the footer



Tags
General Discussions
Asked by
Pam Redrum
Top achievements
Rank 1
Answers by
Pam Redrum
Top achievements
Rank 1
Share this question
or