I would like to know how the recycle image link works,
it points to the following url
link/to/trash/script/when/we/have/js/off
what exactly is this doing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The href of the trash icon is suppose to be a url that will work when javascript is turned off. The idea is that when you dragging things around and then clicking on the icons that you are most likely making ajax requests to save those actions on the server. Those same actions should be available when users have javascript turned off.