English 中文(简体)
j 质量载荷功能在火灾fox 3.6.10中失效。
原标题:jQuery .load() function is failing in firefox 3.6.10

我是新事物的一环,因此,如果这一文字是虚构的,我就不必发言。

I m试图使用j Query s .load()功能,在我所建的表述地点上载一个活动日历的下一个月或前一个月。 以下文字在 Chrome、Sato、IE、Land4 beta进行,但在FF 3.6.10中失败:

   $( th a.right, th a.left, th a.center ).click(function() {
      var navMonth = $(this).attr("title");
      $( #calendar ).html( <p style="padding: 102px 120px;"><img src="http://dashboardco-op.org/images/infra/ajax-loader.gif" /></p> );
      $( #calendar ).load(navMonth);

});

页: 1

              <th colspan="1"><a id="mc_prev_month" class="icon left" title="{path= live/calendar }{prev_month format="%Y/%m"}/">&larr;</a></th>
              <th colspan="5"><a class="center" title="{path= live/calendar }{next_month format="%Y/%m"}/">{month format="%F %Y"}</a></th>
              <th colspan="1"><a id="mc_next_month" class="icon right" title="{path= live/calendar }{next_month format="%Y/%m"}/">&rarr;</a></th>

I m使用标题属性,因为(......)有效载荷 t高,因此,新页的页数不是同步的。

感谢。

问题回答

不能确定它为什么会有一个与某个浏览器的问题,但我确实认为,有一点更清洁的方法来做你的工作。 在j Query中研究这一功能,以取消关于点击的新网页的启用:

有了这一点,你就可以把这条道路放在河顶上,如果不是因为其他原因,也许会使标志更清洁。 除此以外,唯一想到的其他事情或许是赖以为依托的需要(我不认为情况如何)或也许FF 3.6处理的是不同的名称?





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签