You are not logged in.
Hi, I was wondering if there was a way to determine the element that is about to be deleted. I have looked at ie_checkbackspace and dom_checkbackspace, but have had no luck in a foolproof way. I am trying to construct a plugin, but it requires that certain elements in the html are not able to be deleted (without going through the plugin); the elements are always controls with an id (i.e. for now they are all img tags with an id like e[0-9]+). Is there a way to tell the control that the user is attempting to delete?
Offline