I get the data back fine. However inside getuser.php my data is in a sortable list. If i use this code above. My data comes back but I can no longer sort my list and move things around (I'm guessing because its returned as HTML only). Can anybody give me a solution of what i need to change so my list is also sortable again?
1. wat do u mean by the data gets back fine? wat r getting back? a table?
2. wat do u mean by "inside getuser.php my data is in a sortable list" ... if u use php, it is a server script it wont allow u to do sorting on client side... if u use javascript to sort in getuser.php.. hv u include the same javascript in the "get back page" ?
I'm using ajax to get the file AND im using ajax to make the data it returns sortable. Im getting the data back in bullet points but of course no javascript functionality
Bookmarks