我把我可以想象的、但出于某种原因的一切联系在一起。 如果我试图通过ja子或用ancy子或它赢得的 something子装上ist子。 该公司在浏览器中进行罚款。 任何想法?
<a class="raw-file" href="https://gist.github.com/raw/2408789/2da6f8b2377cdb86ac0b7a005eec1c1b90459569/Jquery-click-prevent-redirect.txt">Jquery-click-prevent-redirect.txt</a>
<div>results here...</div>
$(document).ready(function() {
$("a").click(function(event){
jQuery.ajax({
url: $(this).attr( href ),
dataType: "json",
beforeSend: function(){
$(this).closest( div ).html( getting file... );
},
success: function(data) {
$(this).closest( div ).html(data);
},
complete: function(){
//stuff here
}
});
});
});
<<>strong>full demo here:>