JQTOUCH, Binding to links pulled in via AJAX, to make another AJAX call? Possible?
- by nobosh
Hello. I'm using JQTOUCH using the AJAX example provided in the demo:
$('#customers').bind('pageAnimationEnd', function(e, info){
if (!$(this).data('loaded')) { // Make sure the data hasn't already been loaded (we'll set 'loaded' to true a couple lines further down)
$('.loadingscreen').css({'display':'block'});
…