Try this: $(document).ready(function () { $("input#showpopup").click(function () { $('body').addClass('modal-open-ios'); }); ...
確定! 回上一頁