Questions about the OnClick event not working in the mobile browser

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.