Hi everyone,
i am only just jumping on the AJAX train after all these years...
and finding it such a headache - been spending days wondering why i keep
getting it wrong.
I am trying to load a jquery plugin in div using jquery AJAX.
current i am using
$('#content').load('minishowcase/index.php');
and think it could be because of the js calls in the file that prevent it
from working? i have read that i need to somehow load all javascripts
through getScript but it seems like too many scripts to do that.
is there anyway i can use AJAX to load jquery-based galleries?
Would appreciate help so much!
Thank you any kind soul!