-
Sencha User
Jquery and EXT setup
I've been here before but forgot what I did to fix it 
Can you guys point me to the right set of js files to make jquery and extjs3 place nicely?
This is what I have and I can't get ext to work anymore.
<html>
<head>
<script type="text/javascript" src="/js/jquery.js"></script>
<title></title>
<script type="text/javascript" src="/ext/adapter/jquery/ext-jquery-adapter.js"></script>
<link rel="stylesheet" type="text/css" href="/ext/resource/css/ext-all.css" />
<script type="text/javascript" src="/ext/ext-all.js"></script>
</head>
<body>
<? echo $this->layout()->content; ?>
</body>
</html>
I used the include order attached to the files.
Anyone know what I'm doing wrong?
Thanks.
-
seems right. What version of JQuery are you using? are you sure all of the files are even being served? Look at the readme.txt
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules