for (var n = 0; n < data.length; n++) {
if (Data[n].abici_bankfullcode = = Ssb_bankcode)
p + = "<option value=\" "+ Data[n].abici_bankfullcode +" \ "selected=\" selected\ "id=\" "+ Data[n].abici_bankfullcode + "\" onclick=\ "Selectbank (" + Data[n].abici_bankfullcode + ") \" > "+ data[n].abici_bankfullname +" </option> ";
Else
p + = "<option value=\" "+ Data[n].abici_bankfullcode +" \ "id=\" "+ Data[n].abici_bankfullcode +" \ "Onclick=\" Selectba NK ("+ Data[n].abici_bankfullcode +") \ ">" + data[n].abici_bankfullname + "</option>";
}
At the beginning of this writing on the computer open a little problem is not, but uploaded to the server, with the phone to open the OnClick event can not be used, and then the option tag to Li or not, backstage and Li outside add a tag, and then put the onclick event in a tag, It's going to be fine.
for (var n = 0; n < data.length; n++) {
if (Data[n].abici_bankfullcode = = Ssb_bankcode)
p + = "<a href= ' javascript:void (0) ' onclick=\ ' Selectbank (" + Data[n].abici_bankfullcode + ") \ ' ><li style= ' Background: #57B1E6; ' > "+ data[n].abici_bankfullname +" </li></a> ";
Else
p + = "<a href= ' javascript:void (0) ' onclick=\ ' Selectbank (" + Data[n].abici_bankfullcode + ") \ ' ><li>" + data[n ].abici_bankfullname + "</li></a>";
}
Questions about the OnClick event not working in the mobile browser