can anyone help me with Django Uni-form module, I don't understand how can i highlight active field. I know it depend from jQuery, i've included theese files
<script src="{{ MEDIA_URL }}uni_form/uni-form.jquery.js" type="text/javascript"></script>
<script src="{{ MEDIA_URL }}js/jquery.js" type="text/javascript"></script>
<script src="{{ MEDIA_URL }}js/jquery-1.3.2.min.js" type="text/javascript"&开发者_开发技巧gt;</script>
But I still get such error in FireBug:
I think you should first load Jquery, and then the libraries which depend on it.
精彩评论