Widget:CharacterList
From Unforgotten Realms Wiki
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.0.min.js"></script>
<script> if($("#charTitle").length == 0) { var series = []; var obj = {}; obj["name"] = ""; series.push(obj); console.log(series); var itr = []; series.keys(itr); for(i = 0; i < series.length; i++){
- $('#charSelect').append("<option>" + series[i].name + "</option");
$("#charSelect").after("" + itr[0] + ""); } </script>


