ok, Barry, so, I downloaded and installed the three packages of
jquery-1.1.4.js
jquery.clickOrEnter.js and jquery.newsTicker.js

and called them from the header as include files (they are in current dir),
specifically, 
<script type="text/javascript" src="jquery-1.1.4.js"></script>
<script type="text/javascript" src="jquery.clickOrEnter.js"></script>
<script type="text/javascript" src="jquery.newsTicker.js"></script>
followed by
<script type="text/javascript">
var popup = function(targetElement) {
        alert('Link with href ' + $(targetElement).attr('href') + ' 
activated');        
};
$(document).ready(function() {
  var options = {
  newsList: "#news",
  startDelay: 10,
  placeHolder1: " []"
  }
  $().newsTicker(options);
  });
</script>

with markup like

<ul id="news">
<li><a href="http://www.makemineatriple.com";>MakeMineATriple.com</a></li>
<li><a href="http://www.jquery.com";>jQuery</a></li>
</ul>

But why do I get "Object does not support this property or method" err provided 
this is my first time to play with jquery?  Thanks.

Don
> On Jan 10, 2008 10:21 AM, Don L <[EMAIL PROTECTED]> wrote:
> "Scientists tell us that the fastest animal on earth, with a top 
> speed
> of 120 feet per second, is a cow that has been dropped out of a
> helicopter." - Dave 
Barry 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:250422
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to