i have an ajax function(with arguments) and i want to call it via html
the calling now is:
<a href='javascript:;' class='vote_down' id='$wordNum'></a>
and the ajax function starts with:
$("a.vote_down").click(function(args){
how do i add the arguments to the html code