1.5b4
1.5b4
Anybody else getting $.effects has no properties in firefox when using
jquery.ui-all-1.5b4.js with jquery 1.2.4b on $.effects.blind =
I even used just a plain html page which linked to the 2 files (see
code below) and am getting the error.
<html>
<head>
<script src="/js/jquery-latest.js" type="text/javascript"
language="JavaScript"></script>
<script src="/js/jquery.ui.latest.js" type="text/javascript"
language="JavaScript"></script>
</head>
<body>
test
</body>
</html>