[jQuery] Triggering jQuery form AJAX data
Hi,
I have an annoying problem. I have some content on <ul> tag. I set an
action when I click on every one of li tag. This part works well. The
problem is, when I trigger function in different section which chage
<li> tags inside ul (li tags are loded via AJAX). The the new tags are
not working with jQuery form base page. Does anybody know what is the
problem?