Re: Call javascript function in formset

2009-10-06 Thread Sonal Breed
Solved this problem using JQuery. On Oct 6, 2:26 pm, Sonal Breed wrote: > Hi all, > > I am using a formset in my template. I want to invoke a javascript > function as you click a key in any of the text-fields in this formset. > How do I accomplish this? I did not find any documentation in this >

Call javascript function in formset

2009-10-06 Thread Sonal Breed
Hi all, I am using a formset in my template. I want to invoke a javascript function as you click a key in any of the text-fields in this formset. How do I accomplish this? I did not find any documentation in this scenario. {% for data in formset.forms %} {{