[jQuery] jquery.livequery with with variables

[jQuery] jquery.livequery with with variables


i got livequery to bind but i need to be able to pass a variable to it
lets say i have a function like deleteitem(id)
how can i make livequery use this function with the variable
i tried this
$("li").livequery("click", deleteitem);
but i get a syntax error
deleteitem(
how would i do something like this
thanks