[ Ivan Golubović @ 08.03.2012. 23:45 ] @
Na potpuno novoj WEB stranici kod:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Standard HTML</title>
<script src="scripts/jquery-ui/js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="scripts/fancybox/source/jquery.fancybox.pack.js" type="text/javascript"></script>
<link href="scripts/fancybox/source/jquery.fancybox.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
$(document).ready(function(){
    $(".extLink").fancybox({
         'width' : '4',
         'height' : '75%',
         'autoScale' : false,
         'transitionIn' : 'none',
         'transitionOut' : 'none',
         'type' : 'iframe'
     });
     });
     </script>
</head>

<body>
<a href="prijava.php" class="extLink">Prijavi se</a></body>
</html>
i kada kliknem na "Prijavi se" dobijem FancyBox odreaguje i kaže: "The requested content cannot be loaded. Please try again later.".
Da li je neko nailazio na isti problem? Svi linkovi su uspravni.
[ Ivan Golubović @ 09.03.2012. 00:09 ] @
Izgleda da postoji neki problem u jQuery core fajlu koji dolazi uz UI, koristim originalan fajl sada i sve radi... :/