(no title)
mjac | 10 years ago
Good point with the back button. The original page was made in 2007 and the full page form submission could be refined to use an AJAX post.
Would it be possible to explain "you could remove the last result when an item is deleted from the page" a little further? Do you mean resetting the page back to its initial state?
rhgraysonii|10 years ago
Save my Bench Press
Save my Dead Lift
Now, I will have the success * message at the bottom from submitting my Dead Lift, but if I go to the bottom and delete it, this success message is still showing, even though I have deleted the value.
Adding a simple event handler for the click of the delete button to empty the container containing success messages would handle this.
mjac|10 years ago