The purpose of the jquery helpers is to let you port code that used
the old prototype helpers. When you find yourself wanting to go beyond
that set of features, think about just using jQuery directly. Read the
documentation for $.get, $.post and $.ajax, you'll be surprised by how
simple they are. We're moving away from the jQuery helpers ourselves
(it just takes time to rewrite so many calls to them).
$.get(<?php echo json_encode(url_for('my/action')) ?>, { js:
parameters }, function(data) { $('#foo').html(data); });
Really simple and powerful stuff.
--
Tom Boutell
P'unk Avenue
215 755 1330
punkave.com
window.punkave.com