Is it possible to output the name of the state instead of the current format of outputting the state code here: ``` 'click' : function(event, data) { $('#stateCode') .text(data.name) .stop() } ```
Is it possible to output the name of the state instead of the current format of outputting the state code here: