php code to display the selection.
$s) {
Use jquery to select
$(function(){
var is_select_id = "";
$('#select_sort option[value= "'+is_select_id+'"').attr('selected',true);
})
Copyright Statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.
The above introduces the selection of php and jquery, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.