Re: Custom JS problem in django's admin

2012-05-20 Thread Alireza Savand
Hi Alireza I know it's little bit late to answer, but i hope this works for you I gist the fixed version of yours here => https://gist.github.com/2757572 All you have to do is just put your custom js in one *$(function(){* *// here* *)};* scope. ;) On Sunday, May 20, 2012 2:08:21 PM UTC+4,

Custom JS problem in django's admin

2012-05-20 Thread Alireza Savand
Hi I have the following dummy java script file => https://gist.github.com/2757531 , that i used django.jQuery instead of *$*selector, but it's not working. Weird thing is when i manually write that js script at the chrome's console it's works! Thanks -- You received this message because you