FrankTudor wrote:
Is there a place that I can see the math functions available?

Frank

That's POSJ (Plain Old Simple JavaScript), no need for jQuery here, for example:

var max = Math.max(1, 2);


--Klaus

Reply via email to