2013-04-28 2 views

답변

0

"add_to_cart"클래스의 div에는 크기가 없습니다.

<div class='item' style='z-index:0; position:relative;' onClick="document.location.href='product.php'"> 
<div class='add_to_cart' style='widht: 100px; height:10px; z-index:99; position:absolute;' onClick='add() /* ajax query */'></div> 

...

+0

실제로 CSS 파일의 폭과 높이를 가지고 있지만 난 거기 언급 해달라고 : 같은 예를 들어 폭과 높이에 대한 할당합니다. 이 div를 클릭하기 만하면 브라우저가 새 페이지로 리디렉션됩니다. – user2328831

+0

두 클릭 핸들러가 모두 실행됩니다. 그런 것을 피하기 위해 onclick 이벤트를 'item'클래스에 할당하지 마십시오. –

관련 문제