Thanks Daniel. I am working in the way just as you said.
On Dec 1, 10:21 am, Daniel Roseman wrote:
> On Dec 1, 3:53 pm, David wrote:
>
>
>
>
>
> > Hello John and Daniel, thanks for your replies. Let me tell what I
> > need in more details.
>
> > {% for value in data %}
> > >
On Dec 1, 3:53 pm, David wrote:
> Hello John and Daniel, thanks for your replies. Let me tell what I
> need in more details.
>
> {% for value in data %}
> {% ifequal all_domain 1 %}
> class="odd" id="{{value.publisher}}"
> "showDomain
Hello John and Daniel, thanks for your replies. Let me tell what I
need in more details.
{% for value in data %}
...
{% endfor %}
Here "showDomain(...)" is ajax. There are many lines of records on the
webpage. If I click a line, then just below this line it shows doma
on. I would like this function
> to be called in each iteration of the for-loop when all_domain == 1.
> Anybody knows how to call this function? There are no events (click,
> drag, mouseover, etc) here.
>
> Thanks so much.
This is waving a massive red flag for me. The template loop is
...
> {% endifequal %}
> >
>
> {% endfor %}
>
> "showDomain(...)" is a JavaScript function. I would like this function
> to be called in each iteration of the for-loop when all_domain == 1.
> Anybody knows
Hello,
In my template file I have
{% for value in data %}
{% endfor %}
"showDomain(...)" is a JavaScript function. I would like this function
to be called in each iteration of the for-loop when all_domain == 1.
Anybody knows how to call this function? There are no eve
6 matches
Mail list logo