sfJqueryReloadedPlugin is intended as a jQuery reimplementation of the
classic Symfony 1.0 Prototype helpers. The feature you're proposing is
better implemented as a JavaScript function, in my opinion.
Here at P'unk Avenue we're looking at migrating away from the helpers
as much as possible and toward "writing JavaScript in JavaScript," as
Fabien now recommends. So I would prefer not to see new helpers that
are not intended as ports of the traditional ones for those who
haven't had a chance to rewrite code to just use $.post() directly,
etc. Writing your own jQuery code is not really any more verbose
(although I wish "json_encode()" had a few less characters in it), and
the end result is more easily debugged and enhanced.
Of course, we're not the only people who use the plugin. I'm
interested to hear the thoughts of others in the group.