Difference between revisions of "Team:Cambridge-JIC/Make Your Own"
Line 181: | Line 181: | ||
final = function(options) { | final = function(options) { | ||
window.location.href="#CC0"; | window.location.href="#CC0"; | ||
− | ret = | + | ret = '<h3>Thanks!</h3><br/><table><tr><th>Item</th><th>Number</th></tr>' |
− | + | if(options[1] == 0) { | |
+ | ret += '<tr><td>jsjdjd</td><td>1</td></tr>' | ||
+ | } else { | ||
+ | ret += '<tr><td>jsjdjd</td><td>2</td></tr>' | ||
+ | } | ||
+ | ret += '</table>' | ||
+ | return $('<div>').html(ret) | ||
} | } | ||
Revision as of 18:16, 13 September 2015