[rfk-dev] robotfindskitten 2.0 - New port of rfk to jQuery + hello to rfk-devs!
David Wolever
david at wolever.net
Mon Sep 12 12:18:46 PDT 2011
On 2011-09-12, at 3:08 PM, Star Simpson wrote:
> Can you imagine an elegant way that someone might indicate number of NKIs
> in the webpage?
Possibly as a URL parameter? Something like either:
rfk.html?nkis=42
rfk.html#nkis=42
Although, of course, if you're going to create a proper jQuery plugin, it would simply be a constructor parameter. Ex:
var nkis = 42;
$("#rfk").rfk({ nkis: nkis });
More information about the rfk-dev
mailing list