tags:

views:

10

answers:

0

Hi,

I am using JTemplate engine in jQuery. I want to integrate paging for a grid. So I am passing page index, size and total as params for paging template. When I add condition by using > or < like {#if $P.index > 1 }, it is giving error as "gt is not defined". It is working fine if I use other operations like "=='. But not working for '>' and '<'. Can anybody help me!!

Thanks in advance!! Vallabh