What's the proper way to extract wiki page number from page source, with jquery?
For example, for wiki page W4567 i'd like to get the number "4567" so I can do further things with it.
Btw, I see all around code like: onload="g1(this, 'WikiPage', 2508, 2, false)". I wonder if that's the right thing to use.