Here is another interesting one.
http://sports.espn.go.com/chat/sport...Id=2&listId=22
--------------- Added [DATE]1206927768[/DATE] at [TIME]1206927768[/TIME] ---------------
Quote:
Originally Posted by SirAdrian
The simplest way, IMO, is put a checkbox by each players name.
HTML Code:
<div><input type="checkbox" name="player[]" value="$playerid" /> $playername</div>
Far easier to implement than custom javascript libraries like that.
|
How will that work? For each "pick" it needs to return teamid, rank and points.