Yeah, by the time I have got here and realized you had answered I had already figured it out. Turns out I was making it way too complicated. That and I changed something that was apparently breaking it before as it now works as expected. I ended up using this:
HTML Code:
<script type="text/javascript">
$(document).ready(function() {
$("tr").click(function(){
$(this).find("div").fadeSliderToggle()
return false;
})
});
</script>
Thank you very much though for being the second person ever to answer any of my questions. ^.^ It was becoming disheartening not to receive any any replies at all.
Bookmarks