यह मुझे पागल कर देता है। Iv'e एक सरल परीक्षण पृष्ठ बनाया ..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="../admin/UI/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="admin/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#foo").fancybox({
'autoDimensions': false,
'width' : '750',
'height' : '90%',
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 600,
'speedOut' : 200,
'overlayShow' : true,
'hideOnOverlayClick' : false
});
});
</script>
<title>Untitled Document</title>
</head>
<body>
<a href="foo.php" id="foo">test</a>
</body>
</html>
लिंक पर क्लिक करने पर मुझे मिलता है `d.onCleanup is not a function
!!! क्या किसी को पता है कि यह त्रुटि कहाँ से आ रही है !!
या अनपैक्ड संस्करण पर:
currentOpts.onCleanup is not a function on fancybox/jquery.fancybox-1.3.4.js Line 324