Thanks Aaron, Jörn for your responses.

Aaron - your solution gave me what I was after - I'd seen that [...] structure in a couple of posts in Nabble but I couldn't figure out how to use it (or even if it was what I needed).

Jörn - in my context I'm using a class element (class="deleteA") in the a tag as part of the "route" to triggering the delete function i.e.

            $("a.deleteA").bind("click",function(){deleteAppAsset(this.id)});

I'm unclear, in the wider context, how the use of classes would allow me to convey the information I need to send to the deleteAppAsset function - if you can point me in the right direction I'd appreciate it.

Thanks again both,

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

Reply via email to