You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: Razunter

Basic information

Registered Oct 13, 2009
Last login Oct 13, 2009
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/16907

Latest forum posts

Posts:

Registered:

» » Does jquery tools v1.1.1 work with jQuery v1.2.6?

Posted: Oct 14, 2009

New Tools isn't compatible with 1.2.6 and I cannot find liks to old versions

Posts:

Registered:

» » Error: $.Event is not a function

Posted: Oct 13, 2009

Old jQuery:


<!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>Untitled Document</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script src="http://cdn.jquerytools.org/1.1.2/tiny/jquery.tools.min.js"></script>
<script type="text/javascript">
$(document).ready(function() { 
						   $('.a1').tooltip();
						   });
</script>
</head>
<body>
<div class="a1">aaaa</div>
<div class="tooltip">abc</div>
</body>
</html>

In my project I can't use jQuery 1.3, so I can't use new Tooltip :(