[jQuery] Problem with Puff
Hi.
I am trying to use Puff from the interface library. The page shows correctly,
but when I press the href, nothing happens.
The only javascript library to have Puff was ifxscale.js. I checked with GET to see if I
could download jquery.js and ifxscale.js. They both download correctly.
Could someone please tell me what I am doing wrong?
Thanks,
Peter
<html>
<head>
<title>Interface - Puff</title>
<script type="text/javascript" src="/jquery/trunk/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="/jquery/trunk/plugins/interface/ifxscale.js"></script>
<script type="text/javascript">
$(document).ready(function() {
});
</script>
</head>
<body>
<h1>Pulse<h1><div id="ifxElement" >Camel<img src="/images/camel_on_the_road.jpg" />
<strong>Perl with JQuery</strong></a></div>
<a href="#" onclick="$('#ifxElement').Puff(500);return false;">Puff</a>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/