Django-uni-form highlight active field

301 Views Asked by At

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"></script>

But I still get such error in FireBug:

1

There are 1 best solutions below

1
On BEST ANSWER

I think you should first load Jquery, and then the libraries which depend on it.