Sep 19 2007
Simple ajax calls
To make an ajax call in jquery, might be helpful, or not, depends on Remy Sharp
$(div).load('listMastersResponse', { action: "showdir", name: span.innerHTML, path: hidden.value } );
Sep 19 2007
To make an ajax call in jquery, might be helpful, or not, depends on Remy Sharp
$(div).load('listMastersResponse', { action: "showdir", name: span.innerHTML, path: hidden.value } );