Custom Query (13852 matches)
Results (22 - 24 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#12399 | notabug | Fade fails if target does have css3 transition properties | ||
Description |
Hi there, I've just updated jQuery to 1.8.0 from 1.7.2 in one of my projects and suddenly realized that fadeIn transition weren't working good. Basically if the target class or ID does have a CSS3 transition property for opacity it just appear or disappear but does not fade. In the previous version, the fadeIn, fadeOut just worked fine taking the animation from the one specified in the transition. I've prepared two jFiddles: 1.8 version: http://jsfiddle.net/ALaguna/sW38M/1/ 1.7.2 version: http://jsfiddle.net/ALaguna/sW38M/2/ |
|||
#12404 | notabug | .post() submits expando | ||
Description |
From a discussion about jsviews: I looked into the issue with jQuery post, and you are right, they are including the jQuery expando property in the deep clone. A quick fix is to change line 326:
to
(https://github.com/BorisMoore/jsviews/issues/99#issuecomment-8011070) |
|||
#12414 | notabug | 方法不兼容 | ||
Description |
$(document).ready(function () {
<?xml version="1.0" encoding="utf-8"?> <CATALOG>
</CATALOG> 上面的是我测试的代码,系统是XP,浏览器是IE8.0。在IE下该方法不能使用,在FF和chrome下方法可用。方法在浏览器中不能兼容。 |