I have a with id=\"modal\" generated dynamically with the jQuery load() method: $(\'#modal\').load(\'handl
with id=\"modal\" generated dynamically with the jQuery load() method: $(\'#modal\').load(\'handl
id=\"modal\"
load()
$(\'#modal\').load(\'handl
Function binds are made in page load. To work on elements created dynamically using the function live (). Example:
$ ("p"). live ("click", function () { // Your function });