On 11/8/06, Paul McLanahan <[EMAIL PROTECTED]> wrote:
One of the requirement I had for an accordion implementation was that
it toggle an image in the title tag when it's content was shown or
hidden. So I put this into the function for showing an item.

jQuery('img',thisDT).each(function(){
        this.src = "">});

I think it would be the best practice to use a CSS class to show these different states. This would keep presentation out of the markup.

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

Reply via email to