摘要: ie不能定位到这个location,而是在地址栏形成类似eg.com/index.php/class/class/class/fucntion (支持应该为eg.com/index.php/class/fucntion)这样的路径解决方法:那么阁下完全可以给函数再增加一个参数,如下:functiongogame(str,url){window.location.href=url;}然后在使用的时候,给它添加一个参数即可:')">点击 阅读全文
posted @ 2014-04-11 17:36 hlp鹏 阅读(249) 评论(0) 推荐(0)
摘要: 属性之间是要用","分隔的,但最后一个属性的后面在IE中是不能有的,firefox可有可无.至于最后的";"是另外一回事了.这是Javascript的语法问题.如果后面没有其它js语句时";"可以省略.$.fn.slides.option = { generatePagination: true,//是否自动生成分页小按钮 events:"click",//分页按钮事件:click,mouseover... container:"slides_container",//图片容器,class ef 阅读全文
posted @ 2014-04-11 15:29 hlp鹏 阅读(450) 评论(0) 推荐(0)