Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. const handleSelect = () => {
  2. jQuery("#billing_tipo_aluno").on("select2:select", (event) => {
  3. document.querySelector("#billing_aluno_escola").value = e.target.value
  4. })
  5. }
  6.  
  7. window.onload = () => handleSelect()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement