每个人都在试图修改这一文字的2天之内,即只要有“假想”的链接当然会失败,就可以称之为“新字”。
确切地说,试图做的是,即使该联系在“无争议”内,这一功能也要装上并改变“联系”。 与此类似。
<div class="pagination">
<a href="test.php">clik2</a>
</div>
我试图创建一种功能,把它称作Click,但一不成功。 如果该联系不属自愿联系,但也需要联系公司内部的工作,则该文字就完全有效。 任何想法?
(文件) 页: 1
var hash = window.location.hash.substr(1);
var href = $( .pagination a ).each(function(){
var href = $(this).attr( href );
if(hash==href.substr(0,href.length-5)){
var toLoad = hash+ .html #content ;
$( #content ).load(toLoad)
}
});
$( .pagination a ).click(function(){
var toLoad = $(this).attr( href )+ #content ;
$( #content ).hide( 1000 ,loadContent);
$( #load ).remove();
$( #wrapper ).append( <span id="load"></span> );
$( #load ).fadeIn( slow );
window.location.hash = $(this).attr( href ).substr(0,$(this).attr( href ).length-5);
function loadContent() {
$( #content ).load(toLoad, ,showNewContent())
}
function showNewContent() {
$( #content ).delay(100).show( fast ,hideLoader());
$(window).scrollTop( );
}
function hideLoader() {
$( #load ).delay(300).fadeOut( fast );
}
return false;
});
});