ie8에서 이미리롤링시 소리나는문제 채택완료
sahara
11년 전
조회 8,967
ie8에서만 이미지가 롤링될때 틱틱하는마우스클릭소리가나는데 이거어디서 잡아야하는지좀봐주세요
아래주소에서 플레이누르면 ie8에서만 이미지 바귈때마다 소리가나거든요. css나 js에서 찾아봣는데 못찾고잇어서요/.
댓글을 작성하려면 로그인이 필요합니다.
답변 3개
채택된 답변
+20 포인트
11년 전
아래스크립트를 지우니가 사라지네여 감사합니다.
jQuery.extend({
historyCurrentHash: undefined,
historyCallback: undefined,
historyIframeSrc: undefined,
historyInit: function(callback, src){
jQuery.historyCallback = callback;
if (src) jQuery.historyIframeSrc = src;
var current_hash = location.hash.replace(/\?.*$/, '');
jQuery.historyCurrentHash = current_hash;
// if ((jQuery.browser.msie) && (jQuery.browser.version < 9)) {
if (jQuery.browser.msie) {
// To stop the callback firing twice during initilization if no hash present
if (jQuery.historyCurrentHash == '') {
jQuery.historyCurrentHash = '#';
}
// add hidden iframe for IE
jQuery("body").prepend('
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
위토즈
11년 전
history 처리를 위한 구문이네요. 잘 찾으셨네요~
댓글을 작성하려면 로그인이 필요합니다.
11년 전
브라우져가 리프레쉬(새로고침) 되고 있습니다.
그래서 css 또는 js 를 일부분 수정한다고 해서 되는것이 아니라 비동기식으로 프로그램을 다시 짜야
소리가 나지 않습니다.
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인