[jQuery] passing more than 1 param via click()?

[jQuery] passing more than 1 param via click()?


Hey all,
Not really sure how to ask this, so I'm sorry if my title is mis-
leading. It is also why I wasn't able to find much searching, so I'm
sorry if it's answered already.
Basically, the code I inherited was this:
<a
href="#drop"
class="edit-link"
onclick="
removeDept('<c:out value="${key}" />','<c:out value="$
{name}" />');
return false;"