Hi Sam,
The solution is in the callback function of the ajax command.
$.load("url",function(result){ $(".alerter",result).click(...) }
Something along those lines. Let me know if that helps.
~Sean
Hi Sam,
The solution is in the callback function of the ajax command.
$.load("url",function(result){ $(".alerter",result).click(...) }
Something along those lines. Let me know if that helps.
~Sean