manolo-alvarez / PoliTEA

Informative political website for U.S. voters
0 stars 1 forks source link

link from politicians to location #30

Closed manolo-alvarez closed 4 years ago

manolo-alvarez commented 4 years ago

trying to link the politician model to location model. specifically the state_overview of said politician.

manolo-alvarez commented 4 years ago

const attribute2 = document.createElement('a'); attribute2.setAttribute('class', 'card-text mb-auto'); attribute2.setAttribute('href', 'state_overview.html'); attribute2.setAttribute('onclick',f1("${senators[j].state}")); function f1(state){ localStorage.setItem('state', state); }