Hello,
say I have events numbered 1 to 7 and wish to prevent all except the
current one.
ie
when 1 allowed prevent 2-7
when 2 allowed prevent 1 and 3-7
when 3 allowed prevent 1-2 and 4-7
when 4 allowed prevent 1-3 and 5-7
when 5 allowed prevent 1-4 and 6-7
when 6 allowed prevent 1-5 and 7
when 7 allowed prevent 1-6
how do I do this in Javascript?
Cheers
Geoff
say I have events numbered 1 to 7 and wish to prevent all except the
current one.
ie
when 1 allowed prevent 2-7
when 2 allowed prevent 1 and 3-7
when 3 allowed prevent 1-2 and 4-7
when 4 allowed prevent 1-3 and 5-7
when 5 allowed prevent 1-4 and 6-7
when 6 allowed prevent 1-5 and 7
when 7 allowed prevent 1-6
how do I do this in Javascript?
Cheers
Geoff
Comment