on jQuery .html() update, other functions stop working
问题 I have certain "pages" on my website that are sortable. They also auto update to a database. After my li list is sorted, a php page is called that re-orders the "pages" and then I call .html(data) to change the order of the pages that are displayed on the page. After doing this, however, my auto update functions in my javascript stop working. There is a #form1 that works before the sort takes place and the .html(data) is called. Once it is called, the previous #form1 get's removed and re