views:

251

answers:

1

Hello,

I have a index.html file which loads html files.

$('#content').load(url,function() {});

Inside those html files there is jquery code which works fine on all browsers but when i convert it to adobe air it doesn't work at all.

Any ideas?

A: 

OK the livequery plugin saved the day!!! It binds events even after ajax content is loaded!

http://docs.jquery.com/Plugins/livequery

chchrist

related questions