Hash : 814c8715 Author : Thomas de Grivel Date : 2022-01-15T13:15:19
Download
1 2 3 4 5 6 7
import $ from "jquery" $(function () { $("select.tree").change(function () { document.location = this.value; }); });