Re: Javascript File is not responding

2019-06-25 Thread Soumen Khatua
Thank you for your email. Now it's woring after added it under Bootstrap link. Thank You Regards, Soumen On Tue, 25 Jun 2019, 20:34 ravikumar dingari, wrote: > Can U send , How to set Forget PasswordIn django...With user models > > On 25-Jun-2019 1:25 PM, "Soumen Khatua" wrote: > >> Hi

Re: Javascript File is not responding

2019-06-25 Thread ravikumar dingari
Can U send , How to set Forget PasswordIn django...With user models On 25-Jun-2019 1:25 PM, "Soumen Khatua" wrote: > Hi Folks, > > When I'm using my javasscript/jquery code inside django template then it's > working fine but when I'm save it in external file called main.js then it's > functi

Re: Javascript File is not responding

2019-06-25 Thread Andréas Kühne
Hi, I am guessing that you add this to the part of your template? I think the problem is that you haven't created the item with the "show-more" class before adding an event listener to it. Try adding: $(window).ready(function() { }); around your js function. Regards, Andréas Den tis 25 ju