JQUERY - how to get updated value after ajax removes data from within it?
- by Brian
I have a an element with thumbnails. I allow users to sort their display order (which fires off an update to the DB via ajax). I also allow them to delete images (which, after deletion, fires off a request to update the display order for all remaining images).
My problem is with binding or live I think, but I don't know where to apply it.
The…