Hey guys,

Is it possible to make tapestry zone component and jQuery work together?

I have a slider which uses jquery UI, the code looks like this:

$('#slider').slider( { min: 0, max: 100,change: function(e,ui) {
$.ajax({url: '${TheLink}/' + ui.value, async: false, success: <<callback
function>> }) } } );

I also have a zone, which I want to refresh, when slider value changed. How
should I make jQuery callback function to refresh the Zone content?

regard,
Stellit
-- 
View this message in context: 
http://www.nabble.com/jQuery-and-Zone-tp16749375p16749375.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to