我已经在SUP项目上工作了几天,需要进行一些自定义,我收到错误Script Alert Error: Object expected
我介绍的代码是:
$('#bottomOfStart_ScreenForm').before('<div style="display:none">');
$('#bottomOfStart_ScreenForm').before('<label style="display:none" for="Descarca_PK">Descarca</label>');
$('#bottomOfStart_ScreenForm').before('<input style="display:none" class="rightcheckbox" type="checkbox" name="Descarca_PK" id="Descarca_PK" sup_html_type="checkbox" sup_default_value="true" checked="yes" disabled="disabled"></input>');
$('#bottomOfStart_ScreenForm').before('</div>');
(这是与代码的链接,似乎它被解释为:P http://img22.imageshack.us/img22/927/axq6.jpg)
我甚至试过像
这样的东西var bottomOfFormElem = document.getElementById("bottomOfStart_ScreenForm");
bottomOfFormElem.innerHTML = "<p> </p>";
我仅在Windows CE 6.1 Intermec CK3设备上收到此错误,但在我使用的任何其他设备上(仅限Android),它可以正常工作。
你对我能做什么有什么建议吗?
答案 0 :(得分:0)
看起来jquery存在一些问题。您的浏览器是否比ie9更旧?可以查找报告问题的行号并回复相同的内容吗?