在java,JSP,jQuery中工作
其他图片和个人资料图片加载然后在浏览器中的任何设备(如iPad或平板电脑)上消失,但在桌面上正常工作。
可能有什么问题请帮助。
在jquery数据表中显示的其他图像。和简介图像以简单的方式
例如:设置图像然后在jsp页面上获取它。
session.setAttribute("photo", request.getContextPath() + "/file/" + profileImageUrl
+ ".json");
ipad os出现的图像 - > [7.0.1,7.1.1,8.4(ipad2)],但不适用于8.3和8.4(ipad mini)。
对于Android Os - >适用于4.4.2不适用于5.1.1
I have plugin.js inside my project and if i remove it , it seems working(images are staying on page) fine but my whole project stop working. And if i comment any of the *.js inside plugin.js then also project stops from working.