dqx13503925528 2014-10-17 08:53
浏览 19

输入类型文本无法在弹出窗口中工作

I am creating a contact us form to be used on my website, it's a popup like style using css onclick methods to display or hide the form. when opening the form in a unique tab it works properly, but when using it as a popup I can not use the text boxes to enter the information, the text box is selected but I cannot write any text in it. This is my website http://www.tilalfaqra.com/new Try clicking on contact us on the main page then this URI http://www.tilalfaqra.com/new/signin.php

  • 写回答

1条回答 默认 最新

  • dongxuandong2045 2014-10-17 09:04
    关注

    If you enter within a browser (Opera) click on the textfield and Inspect Element. You will see this js error logged:

    Uncaught TypeError: Cannot read property 'left' of undefined case-studyeef3.js?v=0.3:458caseStudy.updatePositionInfo case-studyeef3.js?v=0.3:458(anonymous function) case-studyeef3.js?v=0.3:483st.event.dispatch jquery.js:3045y.handle
    

    The eror is located in this js function.

    caseStudy.updatePositionInfo = function () {
            currentRowXY = currentRow.position();
            currentRowLeft = currentRowXY.left;
            imgScrollerXY = imgScroller.position();
            imgScrollerTop = imgScrollerXY.top;
        };
    
    评论

报告相同问题?

悬赏问题

  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计