[jQuery] Using trigger for click event doesn't call click functions
I'm trying to bind the click event and turn click-gets into post or
post (method=delete) to play nicely with Rails. Code in pastie below.
Anyhow, it all works, but if I try to verify my results with $
('#postable').trigger('click') the handler appears never to be called.
Any thoughts are appreciated.
http://pastie.org/402954
Thanks,
s.ross