[jQuery] re. Wildcards
[jQuery] re. Wildcards
<html>
<body>
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.
<tt>
$("a.deleteA").bind("click",function(){deleteAppAsset(this.id)});
</tt>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
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/