js drop-down box initial item onchange does not trigger the solution

The drop-down box initial item onchange does not trigger the solution

<select name="zone_id" id="s_zone" onchange="getTeamList();">
    <option value="">全部</option>
</select>

 aa

<script type="text/javascript">
function getTeamList() {
    alert(1);
    //ajax get the dynamic data of the drop-down box
}
$('#s_zone').change();
</scirpt>

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326096889&siteId=291194637