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?
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?
OK the livequery plugin saved the day!!! It binds events even after ajax content is loaded!