hi,

I am trying to get this to fire, but no joy ...

My code is very similar to the example code:

<div class="tx_acc">
  <h3>sitetext</h3>
     <p>to do</p>
     <p>done</p>

  </li>
  <h3>phrases</h3>
</div>

.
.
.

$(function() { $(".tx_acc").Accordion(); });


but nothing happens. Just a plain set of h3's/paras.

If I change to

$(function() { $(".tx_acc").hide(); });

this works, so I know we are selecting.

The Accordion library is definitely there, I include it after jquery
itself, before the code where I initialise. I can get it and see it
with the browser.

what else can I check? using Firefox 1.5 under Ubuntu.


-- 
Daniel McBrearty
email : danielmcbrearty at gmail.com
www.engoi.com : the multi - language vocab trainer
BTW : 0873928131

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to