I\'ve researched other threads and am just confused.
Situation: I\'m supplying a generic jQuery plugin that loads the div the user specifies dynamically via AJAX. E
just to share my findings and solution, I had the same problem that after an AJAX reload the $(document).ready function is not called for this problem i have used combinations of this two answers, and in the end found a very simple solution
My solution looks like this
hope this helps someone